(gw.rc) add user rc script, (c4) add VERSION

This commit is contained in:
Corwin Brust 2026-05-10 16:40:05 -04:00
parent 88837a27c2
commit 86af044093
2 changed files with 53 additions and 1 deletions

View file

@ -895,7 +895,10 @@ function c4.SPOKES_UP {
return $rv
}
# done! define a version function to confirm we exist!
function c4.VERSION {
printf '%s %s %s' C4 GHOSTWHEEL 1.0.50
}
####
#### END