7 lines
101 B
Bash
Executable file
7 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# terrible
|
|
export RUSTC_BOOTSTRAP=1
|
|
|
|
set -ex
|
|
exec cargo -Z build-std run --release "$@"
|