diff options
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/init | 4 | ||||
| -rwxr-xr-x | utils/rtm | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #!/bin/smash /bin/clear -/bin/read /etc/banner | /bin/mdv -/bin/env -f /etc/env /bin/smash +/bin/read /system/config/banner | /bin/mdv +/bin/env -f /system/config/env /bin/smash /bin/powerctl poweroff @@ -1,2 +1,2 @@ #!/bin/smash -read /shr/man/$[1].md | mdv | pager +read $[MANUALS]/$[1].md | mdv | pager |