f0i / bin

~/bin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~/bin/

CII Best Practices

This repository contains several scripts to help with basic tasks.

Installation

Clone this repository to a directory you can access and execute files in.

$ git clone https://github.com/f0i/bin ~/bin

Add this repository to your $PATH.

$ export PATH=$PATH:$HOME/bin

Optionaly you can add this line to your ~/.bashrc to make it permanent.

Update

Use git pull inside of the directory.

$ cd ~/bin && git pull

Documentation and usage

Most of the files start with a short description of what they do and how to use them.

$ head -n 20 <file>

Licence

Most files are distributed under a simplified Beerware licence. This licence should be compatible with GPL2 or greater.

Some files have a different licence which will be stated at the beginnig of each script.

Contribution

For any kind of issue (including vulnerabilities), please open an issue or pull request on GitHub.

About

~/bin/


Languages

Language:Shell 51.2%Language:Python 28.7%Language:Ruby 11.0%Language:Perl 9.0%