For the following script: if test -e $a/$b; then printf "exists"; fi If the condition is true, then I want the script to exit and not continue to run. What command would I use and where would I put it in this statement?