Move scripts from top-level to scripts/
This commit is contained in:
committed by
Jeremy Soller
parent
71f0f1e181
commit
2ac214352b
5
scripts/ectool.sh
Executable file
5
scripts/ectool.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cargo build --release --manifest-path tool/Cargo.toml
|
||||
sudo tool/target/release/system76_ectool "$@"
|
Reference in New Issue
Block a user