mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 08:22:25 +00:00
5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd $SCRIPT_DIR/..
|
|
wasmtime run --env INSTA_WORKSPACE_ROOT=/ --mapdir "/::$(pwd)" -- "$@"
|