mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Add /bin/false and /bin/true for fun. :^)
This commit is contained in:
parent
dc6f57f19c
commit
3faaa3e04a
6 changed files with 24 additions and 2 deletions
Binary file not shown.
|
@ -7,5 +7,7 @@ cp ../Userland/ls mnt/bin/ls
|
|||
cp ../Userland/pwd mnt/bin/pwd
|
||||
cp ../Userland/sleep mnt/bin/sleep
|
||||
cp ../Userland/date mnt/bin/date
|
||||
cp ../Userland/true mnt/bin/true
|
||||
cp ../Userland/false mnt/bin/false
|
||||
umount mnt
|
||||
sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue