tci/.tci
2024-02-13 22:39:28 +01:00

6 lines
114 B
Bash
Executable file

#!/bin/bash
echo "building tci"
cargo build --release
echo "installing tci"
cp ./target/release/tci /opt/bin/tci