• make a script executable by running chmod +x myfirstscript#til
  • to run a shell script with arguments, append it right after the script file name#til
  • make bash scripts interactive by using the read keyword and pass what the name of the variable will be that you will reference later (whatever the input is will be assigned to this variable)#til