Move scripts from top-level to scripts/

This commit is contained in:
Tim Crawford
2021-02-20 13:37:51 -07:00
committed by Jeremy Soller
parent 71f0f1e181
commit 2ac214352b
3 changed files with 0 additions and 0 deletions

5
scripts/ectool.sh Executable file
View 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 "$@"