mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Mount the PWD to enable access in try_run commands
|
|
exec /usr/local/wasmer/bin/wasmer run --dir=. --dir=$PWD "$@"
|