Script can now be run from any directory

This commit is contained in:
Michael Vines
2019-03-02 21:56:54 -08:00
committed by Grimes
parent 109101c2dc
commit b8b7de5522

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cd "$(dirname "$0")"
cargo install xargo cargo install xargo
set -e set -e