Forked function library for cf-node-bootstrap (CircuitForge node setup)
Find a file
Alan Weinstock 4c8211b4f8
Merge pull request #5 from pyr0ball/develop
[New Features] v1.6.x - Adding OS agnostic functions, package management
added new function `install-package()` which accepts either a package name used with your local package manager, or a local file *.deb or *.rpm and automatically chooses the correct method for installation based on the system and available binaries
2023-06-15 02:16:42 -07:00
demo.sh added padding around comments 2023-05-09 12:06:56 -07:00
functions homogenized function names 2023-06-15 01:52:01 -07:00
README.md updated screenshot to latest 2023-05-02 14:18:50 -07:00

pyr0-bash-functions

A functions library for bash-like scripting

Includes:

  • Colorization
  • Text Formatting
  • Bounding Box Drawing
  • Logging
  • User-interactable menus

With all of these tools combined, you can make powerful interactive scripts with ease and pleasant form

run ./demo.sh for example output

image