rust/util/dev

6 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
2019-10-17 23:10:15 -05:00
CARGO_TARGET_DIR=$(pwd)/target/
export CARGO_TARGET_DIR
2019-10-17 23:10:15 -05:00
cd clippy_dev && cargo run -- "$@"