mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-01-15 11:58:22 +00:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
|
#!/usr/bin/qemu-arm-static /bin/sh
|
||
|
|
||
|
mv /bin/sh /bin/sh.real
|
||
|
cp /usr/bin/sh-shim /bin/sh
|