pict-rs/docker/dev/root/usr/bin/run

5 lines
62 B
Text
Raw Normal View History

#!/usr/bin/env bash
shift
cargo run --target=$TARGET -- "$@"