mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-02-03 15:12:27 +00:00
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
shift
|
|
cargo run --target=$TARGET -- "$@"
|