11 · The Command Line
Script
A saved file of commands
A file holding a sequence of commands to run together, automating what you'd otherwise type by hand.
Concrete example
A “setup.sh” script that installs everything a project needs in one go.
A saved file of commands
A file holding a sequence of commands to run together, automating what you'd otherwise type by hand.
A “setup.sh” script that installs everything a project needs in one go.