mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-01-15 11:58:22 +00:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
#!/usr/bin/qemu-arm-static /bin/sh.real
|
||
|
|
||
|
set -o errexit
|
||
|
|
||
|
cp /bin/sh.real /bin/sh
|
||
|
|
||
|
/bin/sh "$@"
|
||
|
|
||
|
cp /usr/bin/sh-shim /bin/sh
|