mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 12:04:22 +01:00
5 lines
174 B
Bash
Executable File
5 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Mount the PWD and the /work mount dir to enable access in try_run commands
|
|
exec ${WASMTIME_HOME}/bin/wasmtime run --dir=. --dir=$PWD --dir=/work/ "$@"
|