Skip to content

redhat-performance/script-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script mate

Collection of functions I use uften when scripting in Bash and wanted to deduplicate it :-)

Usage

Just clone the repo and source bits you care about:

git clone --depth=1 https://github.com/redhat-performance/script-mate.git
source script-mate/src/logging.sh   # or any other file

Documentation

For user documentation see docs/ directory.

To regenarate the documentaion, I have used this:

git clone https://github.com/tests-always-included/tomdoc.sh.git
for f in $( find src/ -type f -name \*.sh ); do echo "Generating doc for $f"; tomdoc.sh/tomdoc.sh --markdown $f >docs/$( basename $f .sh ).md; done

About

Collection of helpful functions when scripting in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages