Skip to content

james-weigle/nice-bash-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nice-bash-scripting

Utilities that make writing bash scripts easier.

Assumptions

  • linux.
  • python3.
  • bash new enough that it supports associative arrays.

How to make a script

Try running ./make_template.sh and follow the prompts.

This will assume the project base is in the same folder as the repo base.

Then run the file you just created, and edit as you see fit. It will parse arguments automatically using parse_args. Try running your_new_script.sh --help.

Utilities for reporting errors

TODO.

Utilities for managing local variables

TODO.

About

Utilities that make writing bash scripts easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages