mirror of
https://github.com/Dasharo/ec.git
synced 2026-03-06 14:50:51 -08:00
7 lines
167 B
Bash
Executable File
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 "$@"
|