mirror of
https://github.com/RGBCube/serenity
synced 2025-10-15 15:02:07 +00:00
7 lines
145 B
Text
Executable file
7 lines
145 B
Text
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
|
|
umount mnt
|
|
sync
|