script.md 499 B

Universal ---------------------- 1. Open up a terminal 2. Move into the folder that contains the script with the cd command 3. Run the command chmod +x $FILENAME" in order to make it executable 4. Run either ./$FILENAME, sh $FILENAME.sh, or bash $FILENAME.sh