exit a shell script!! ... Code: if [ $# -eq 0 ] then echo "No arguments detected" exit 1 #exit shell script fi ... echo "still there" # is displayed .. :-( Code:.
確定! 回上一頁