Skip to content

Andrwe/bsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSF - Bash Scripting Framework

BSF is a framework for bash providing common functions used in a lot of scripts.
It is as modular as possible so you can choose which functionalities you want to load into your script and which not.

Too use this framework just get the whole bsf and add the folloowing into your script:

source bsf.sh <module1:parameter1:parameter2> <module2> ...


For more information have a look into the doc folder or run 'bsf.sh -h'.


# vim: :et:ai:ts=2

About

bash scripting framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages