diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-08 16:19:16 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-08 16:22:54 +0100 |
commit | e1be5a468dece00603de4722d50916b21d2a83e8 (patch) | |
tree | 0a34844e79384c1e2e16c99ce0bbe9c5f32691cf /Kernel | |
parent | 33d34d9b26c0168a5ca8355263b4f7b05f3e78e1 (diff) | |
download | serenity-e1be5a468dece00603de4722d50916b21d2a83e8.zip |
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Diffstat (limited to 'Kernel')
-rwxr-xr-x | Kernel/sync.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index 57dc880f50..ed72b7a0f6 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -54,14 +54,13 @@ cp -v ../Terminal/Terminal mnt/bin/Terminal cp -v ../FontEditor/FontEditor mnt/bin/FontEditor cp -v ../Launcher/Launcher mnt/bin/Launcher cp -v ../Clock/Clock mnt/bin/Clock -ln -s FontEditor mnt/bin/ff -ln -s Clock mnt/bin/cl +cp -v ../Userland/pape mnt/bin/pape cp -v ../Userland/dmesg mnt/bin/dmesg cp -v ../Userland/chmod mnt/bin/chmod cp -v ../Userland/top mnt/bin/top -sh sync-local.sh cp -v kernel.map mnt/ ln -s dir_a mnt/dir_cur ln -s nowhere mnt/bad_link +sh sync-local.sh umount mnt sync |