mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +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 "$@"
|