├── LICENSE ├── README.md └── lib ├── libfs.bash ├── liblog.bash └── libos.bash /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juan131/bash-libraries/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juan131/bash-libraries/HEAD/README.md -------------------------------------------------------------------------------- /lib/libfs.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juan131/bash-libraries/HEAD/lib/libfs.bash -------------------------------------------------------------------------------- /lib/liblog.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juan131/bash-libraries/HEAD/lib/liblog.bash -------------------------------------------------------------------------------- /lib/libos.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juan131/bash-libraries/HEAD/lib/libos.bash --------------------------------------------------------------------------------