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:
parent
4dd50b1f6d
commit
36bd53b36a
4 changed files with 56 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue