mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-14 15:01:32 +01:00
3 lines
67 B
Bash
3 lines
67 B
Bash
|
#!/bin/bash
|
||
|
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} -m32 "$@"
|