tci/.tci

7 lines
114 B
Text
Raw Normal View History

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