yes we're tying to create a script that asks the user weather or not they want to delete files in a /var/audit folder if they answer yes then to rm -rf * if no to exit. If they answer yes we want to then show them the folder is empty and ask if they want to shutdown. If they say yes we want the shutdown -y -i0 -g0 to run and let them no and if they select no to exit back to the command prompt. Any and all help is appreciated thank you.