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