Skip to content

Gorian/Bash-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash-Framework

A framework for writing bash scripts. To use, simply put /lib in a directory, and source it in a scripts as follows:

. /path/to/lib/main.lib

Make sure that you use the full path in your scripts, or you may encounter problems.

In order to load a module, use librequire

#!/usr/bin/env bash
. /path/to/lib/main.lib
librequire "my module.lib"
# rest of the script

About

A framework for writing bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages