mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
This commit is contained in:
parent
33d34d9b26
commit
e1be5a468d
4 changed files with 133 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue