mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-06-08 16:41:08 +00:00
10 lines
124 B
Plaintext
Executable File
10 lines
124 B
Plaintext
Executable File
#!/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
|