Skip to content

Files

Latest commit

author
Hello-World-Project-Bot
Oct 3, 2021
722b596 · Oct 3, 2021

History

History

ShellScript

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.