Collections of scripts, tools, and functions to help a sysadmin job.
Clone in your home and make simbolic links or aliases to scripts
# Clone
git clone https://github.com/hebertluiz/bash_fun.git
# Alias (name as you like it)
ln -s ~/bash_fun/functions/valid_ip /usr/local/bin/check_valid_ipImporting file in a script.
#!/bin/bash
source ~/bash_fun/functions/valid_ipRunning from CLI
~/bash_fun/make_ssh_tunnel Feel free to make pull requests. For major changes ou new files, please open an issue first to discuss what you would like to add or change.