ldbash
a tool that enables bash dynamic-like shared libraries
Install
- All systems
-
curl cmd.cat/ldbash.sh
- Debian
-
apt-get install libbash
- Ubuntu
-
apt-get install libbash
- Kali Linux
-
apt-get install libbash
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libbash
- Raspbian
-
apt-get install libbash
- Dockerfile
- dockerfile.run/ldbash
libbash
a tool that enables bash dynamic-like shared libraries
libbash is a tool for managing bash scripts that contain functions you may want to use in various scripts. It provides mechanism to define dependencies between scripts and facility for script loading.