Add ectool script

This commit is contained in:
Jeremy Soller 2020-02-27 13:22:10 -07:00
parent e8dd295daa
commit fb7acd7c3c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

5
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 "$@"