diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-12-21 02:42:30 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-12-21 02:42:30 +0100 |
commit | 36bd53b36a7846a5aade225436cd1a09da0af7fc (patch) | |
tree | 60798db364683a73cfaef0af3be2b40f6c40e4aa /Kernel | |
parent | 4dd50b1f6d921db833e0ba6ea97cf3a526077bce (diff) | |
download | serenity-36bd53b36a7846a5aade225436cd1a09da0af7fc.zip |
Add a simple /bin/more.
Diffstat (limited to 'Kernel')
-rwxr-xr-x | Kernel/sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index 5e12dfe948..674564d91e 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -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 |