mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
Userland: Make a simple /bin/cp for copying files.
This commit is contained in:
parent
a34bb07abb
commit
15fad649ea
4 changed files with 49 additions and 0 deletions
|
@ -43,6 +43,7 @@ cp -v ../Userland/touch mnt/bin/touch
|
|||
cp -v ../Userland/sync mnt/bin/sync
|
||||
cp -v ../Userland/more mnt/bin/more
|
||||
cp -v ../Userland/rm mnt/bin/rm
|
||||
cp -v ../Userland/cp mnt/bin/cp
|
||||
cp -v ../Userland/guitest mnt/bin/guitest
|
||||
cp -v ../Userland/guitest2 mnt/bin/guitest2
|
||||
cp -v ../Userland/sysctl mnt/bin/sysctl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue