ladybird/Kernel/sync-sh
2018-10-24 09:48:41 +02:00

9 lines
174 B
Plaintext
Executable File

mkdir mnt
mount -o loop _fs_contents mnt/
cp ../Userland/sh mnt/bin/sh
cp ../Userland/id mnt/bin/id
cp ../Userland/ps mnt/bin/ps
cp ../Userland/ls mnt/bin/ls
umount mnt
sync