From 64e77c262e7f7d84009f3b6b5edc12d7c4ba56e8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 2 Dec 2019 17:45:25 +0100 Subject: [PATCH] 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 :^) --- Kernel/build-root-filesystem.sh | 1 + 1 file changed, 1 insertion(+) 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/