Files
ec/scripts/ectool.sh
Michał Kopeć 411fab9b7c rebrand tool to dasharo_ectool
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
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 "$@"