1
Fork 0
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:
Andreas Kling 2018-10-27 17:39:08 +02:00
parent 8f91a47aeb
commit cc7e3519a6
6 changed files with 25 additions and 8 deletions

Binary file not shown.

View file

@ -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