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