Skip to content

Collections of scripts, tools, and functions to help a sysadmin job.

License

Notifications You must be signed in to change notification settings

hebertluiz/bash_fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bash_fun // functions and helpers

Collections of scripts, tools, and functions to help a sysadmin job.

Installation

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_ip

Usage

Importing file in a script.

#!/bin/bash 
source ~/bash_fun/functions/valid_ip

Running from CLI

~/bash_fun/make_ssh_tunnel 

Contributing

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.

License: GPL v2

Releases

No releases published

Languages