mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
Add a /bin/clear that prints the clear terminal escape sequence.
It doesn't work yet, but it will!
This commit is contained in:
parent
8f91a47aeb
commit
cc7e3519a6
6 changed files with 25 additions and 8 deletions
Binary file not shown.
|
@ -12,6 +12,7 @@ cp ../Userland/false mnt/bin/false
|
|||
cp ../Userland/hostname mnt/bin/hostname
|
||||
cp ../Userland/cat mnt/bin/cat
|
||||
cp ../Userland/uname mnt/bin/uname
|
||||
cp ../Userland/clear mnt/bin/clear
|
||||
cp kernel.map mnt/
|
||||
umount mnt
|
||||
sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue