if [ -z ${1} ] ;then echo "Usage: bash $0 version-linuxmint server" echo "example: bash $0 15 ftp.psu.ac.th" exit fi VERSION1=${1} SERVER1=${2}