summaryrefslogtreecommitdiff
path: root/Kernel/build-root-filesystem.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-12-05 19:38:08 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-12-05 19:38:08 +0100
commitc3029a6a1f51bd5876eabc8bc386dcca174fc9ab (patch)
treef93ed1f4add95f732a9dd7df7996cf911139b8d4 /Kernel/build-root-filesystem.sh
parent44d5388e786e53c8719a9209beb38bdb0930f0b7 (diff)
downloadserenity-c3029a6a1f51bd5876eabc8bc386dcca174fc9ab.zip
MenuApplets: Add CPUGraph, our first menu applet :^)
This implements the WSCPUMonitor functionality in a separate process.
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-xKernel/build-root-filesystem.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh
index 5618d2351a..c513e10b42 100755
--- a/Kernel/build-root-filesystem.sh
+++ b/Kernel/build-root-filesystem.sh
@@ -108,6 +108,7 @@ cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer
cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer
cp ../Servers/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer
cp ../Shell/Shell mnt/bin/Shell
+cp ../MenuApplets/CPUGraph/CPUGraph.MenuApplet mnt/bin/
echo "done"
printf "installing shortcuts... "