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