diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 18:08:55 +0100 |
| commit | 6e40a34fef4b4b140442cc34408b2442043eba21 (patch) | |
| tree | acae1f3828a067e66683bb349054d9c7e7cf8842 /utils | |
| parent | 05cf1511dfcde10717894bab2004150ad43cca3f (diff) | |
chagne system structure and fix env
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 |