# install tek4010 in ~/bin # create ~/bin directory, if it does not exist [ ! -d ~/bin ] && mkdir ~/bin # copy the file to ~/bin, make it executable cp tek4010 ~/bin chmod +x ~/bin/tek4010 echo "tek4010 installed." echo "Reboot if this is the first time tek4010 is installed"