# Add Permissions to your script to be executable. chmod +x /path/to/yourscript.sh # Run your script. /path/to/yourscript.sh # Or if you're in the right directory. ./yourscript.sh