mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-05 01:26:54 +00:00
524e1acd29
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
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
|