diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-02 17:45:25 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-02 17:45:25 +0100 |
commit | 64e77c262e7f7d84009f3b6b5edc12d7c4ba56e8 (patch) | |
tree | 088e3a3acaf31d6bbe12cc2610391696a888f499 /Kernel/build-root-filesystem.sh | |
parent | b9f58a0e2e6a0086e46ba9329f4370a762634868 (diff) | |
download | serenity-64e77c262e7f7d84009f3b6b5edc12d7c4ba56e8.zip |
Build: Add "sm" as an alias for SystemMonitor for now
This is one of the most common apps I bring up, yet there's no handy
alias for it? Silly :^)
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 68e893bae6..5618d2351a 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -134,6 +134,7 @@ ln -s SoundPlayer mnt/bin/sp ln -s Help mnt/bin/help ln -s Browser mnt/bin/br ln -s HackStudio mnt/bin/hs +ln -s SystemMonitor mnt/bin/sm echo "done" mkdir -p mnt/boot/ |