mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-12-01 05:51:07 +00:00
5 lines
65 B
Bash
Executable file
5 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
|
|
cargo run --target=$TARGET -- "$@"
|