diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-05 19:38:08 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-05 19:38:08 +0100 |
commit | c3029a6a1f51bd5876eabc8bc386dcca174fc9ab (patch) | |
tree | f93ed1f4add95f732a9dd7df7996cf911139b8d4 /Kernel/build-root-filesystem.sh | |
parent | 44d5388e786e53c8719a9209beb38bdb0930f0b7 (diff) | |
download | serenity-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-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 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... " |