dkifff / bash-utils

Useful bits of Bash code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash-utils

TL;DR

git clone https://github.com/quiram/bash-utils.git
cd bash-utils
./make-available

Enjoy bash-utils :)

Details

Useful bits of Bash code, separated by categories. Each folder will have a number of scripts, each of them with comments at the beginning explaining objective and usage.

Many of the commands support defaults in the form of environment variables, check them out!

The best way to make use of this repository is to place wherever you want to keep it and then run make-available. You will need to reload your bash defaults (typically source $HOME/.bashrc or source $HOME/.bash_profile, depending on your system) for changes to be effective in other open shell sessions.

About

Useful bits of Bash code

License:Apache License 2.0


Languages

Language:Shell 100.0%