mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 22:31:29 +03:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
mkdir mnt
|
||
|
mount -o loop _fs_contents mnt/
|
||
|
cp ../Userland/sh mnt/bin/sh
|
||
|
umount mnt
|
||
|
sync
|