diff options
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index c89133219f..c02ce4cbeb 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -8,7 +8,6 @@ cp -v ../Userland/sh mnt/bin/sh cp -v ../Userland/id mnt/bin/id cp -v ../Userland/ps mnt/bin/ps cp -v ../Userland/ls mnt/bin/ls -cp -v ../Userland/pwd mnt/bin/pwd cp -v ../Userland/sleep mnt/bin/sleep cp -v ../Userland/date mnt/bin/date cp -v ../Userland/true mnt/bin/true |