Skip to content

russelltsherman/libsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsh

a collection of common shell functions

usage

include into your git repo as subtree

git remote add libsh https://github.com/russelltsherman/libsh
git subtree add --squash --prefix=libsh/ libsh master

pull in upstream changes

git subtree pull --squash --prefix=libsh/ libsh master

include into your shell script

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DIR/libsh/all.sh"

About

a collection of common shell functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages