Files
ec/scripts/ectool.sh

7 lines
167 B
Bash
Raw Permalink Normal View History

2020-02-27 13:22:10 -07:00
#!/usr/bin/env bash
2021-02-22 13:11:55 -07:00
# SPDX-License-Identifier: GPL-3.0-only
2020-02-27 13:22:10 -07:00
set -e
cargo build --release --manifest-path tool/Cargo.toml
sudo tool/target/release/dasharo_ectool "$@"