mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-01-24 18:28:09 +00:00
5 lines
62 B
Text
5 lines
62 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
shift
|
||
|
cargo run --target=$TARGET -- "$@"
|