Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 470 Bytes

nope scripts

A collection of my own shell-script utility functions

All functions/scripts attempt to be:

  • POSIX compliant if possible. At a bare minumum, scripts must be runnable in a plain POSIX shell without uncaught errors.
  • Tuned for my personal setup, but useable with others if necessary
  • Low-dependency (standard tools are used where reasonable)

If you find these useful and would like to see a feature/fix here, issue filing and pull requests are welcome.