#!/bin/bash # conn helper script by Kyle Yoksh, K0KN 1/2014, # last revised 2/08/2014 # # This script should be owned by a user - NOT ROOT! PATHTOCONN="/home/kyle/conn" if [ "$1" == "" ] ; then echo "This script is used by the conn script, and is not intended to be run manually" exit fi sudo $PATHTOCONN $1 e