mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 20:27:27 +01:00
ae03014632
Ensure there is access to the source tree for try_run's.
5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Mount the PWD and the /work mount dir to enable access in try_run commands
|
|
exec ${WASMER_DIR}/bin/wasmer run --dir=. --dir=$PWD --dir=/work/ "$@"
|