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