Shell Script
Shell scripts are files where the whole trace of what one would type in the command line to execute some action (a series of them) is actually pre-writen on a file. The system will then execute that script by taking its contents and running it in the command line
shell script files have extension .sh
the underlying operating system (e.g. ubuntu) is responsible for fetching and executing the script in the command like