tci/.tci

7 lines
122 B
Text
Raw Normal View History

2024-02-13 22:03:36 +01:00
#!/bin/bash
echo "building tci"
cargo build --release
echo "installing new version"
cp ./target/release/tci /opt/bin/tci