mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-17 05:06:46 +00:00
8 lines
145 B
Plaintext
Executable File
8 lines
145 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
|
|
umount mnt
|
|
sync
|