rust/util/dev

6 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
2019-10-18 11:10:15 +07:00
CARGO_TARGET_DIR=$(pwd)/target/
export CARGO_TARGET_DIR
2019-10-18 11:10:15 +07:00
cd clippy_dev && cargo run -- "$@"