Files
ec/scripts/ectool.sh
T
2023-11-17 18:31:14 +01:00

7 lines
167 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-only
set -e
cargo build --release --manifest-path tool/Cargo.toml
sudo tool/target/release/dasharo_ectool "$@"