1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2024-09-28 03:58:01 +00:00
armhf-alpine-qemu/sh-shim
Petros Angelatos 524e1acd29 initial commit with custom qemu
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2015-12-24 16:39:03 -08:00

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