Shell script is a program designed to be run by the Unix shell (command-line interpreter)
#!/bin/bash echo "Hello World"
Shell Scripting Tutorial
Last updated 3 years ago