Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 247 Bytes

learn-bash

Get started

Initialise with npm

npm start

Else initialise with

# Recursively make all scripts executable by global
chmod -R u+x scripts/
chmod -R u+x tests/
  • Run scripts with ./scripts/<script_name>.sh