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