Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 437 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 437 Bytes

ShellScript

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter.[1] The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script which sets up the environment, runs the program, and does any necessary cleanup, logging, etc. is called a wrapper.