cctine/install.sh

5 lines
83 B
Bash

#!bin/bash
cp cctine /usr/bin/
chmod +x /usr/bin/cctine
echo "Installation finish"