#Write a shell script named exit_test.sh and save it in the directory /home/bob/. #The script should echo Exiting with code 150. and set the exit code to 150. #Make your script executable. #Write a ...