1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

Add a simple /bin/more.

This commit is contained in:
Andreas Kling 2018-12-21 02:42:30 +01:00
parent 4dd50b1f6d
commit 36bd53b36a
4 changed files with 56 additions and 2 deletions

View file

@ -29,6 +29,7 @@ cp -v ../Userland/tty mnt/bin/tty
cp -v ../Userland/mkdir mnt/bin/mkdir
cp -v ../Userland/touch mnt/bin/touch
cp -v ../Userland/sync mnt/bin/sync
cp -v ../Userland/more mnt/bin/more
sh sync-local.sh
cp -v kernel.map mnt/
ln -s dir_a mnt/dir_cur