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
|
2023-11-15 15:38:05 +01:00
|
|
|
sudo tool/target/release/dasharo_ectool "$@"
|