- File has
.shfile extension - All bash scripts must start with the shebang:
#!/bin/shto run the bash shell - scripts are ran like:
sh thefile.sh./thefile.shif the sh file haschmod a+xpermissions
- SYNTAX MATTERS
Things u can do
Literally you have access to your entire OS with user privileges(you can even go root)
Bash script into command
Just add your directory to the path Aliases