Skip to content

LeonardoCasoni/shell-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-libraries

Pre packed functions to use in shell scripts

how to use the libraries

You can add all the libraries in a dir called "lib". Then add in every shell script this line: for k in lib/*.sh; do . "$k"; done;

Releases

No releases published

Packages

No packages published

Languages