Skip to content

Useful shell functions for shared usage, e.g. in docker entrypoints

Notifications You must be signed in to change notification settings

datalyze-solutions/shlibs

Repository files navigation

shlibs

Useful shell functions for shared usage, e.g. in docker entrypoints

Install

cd /opt/
sudo git clone https://github.com/datalyze-solutions/shlibs
sudo ln -s /opt/shlibs /usr/local/bin

Usage

Simply import index.sh to import all shlibs functions.

source /usr/local/bin/shlibs/index.sh

Development

If you change shlibs functions, you need to import index.sh with the --reload flag. This will deregister the functions before resourcing them.

source /usr/local/bin/shlibs/index.sh --reload

About

Useful shell functions for shared usage, e.g. in docker entrypoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages