An open API service indexing awesome lists of open source software.

https://github.com/danielsan80/mybins


https://github.com/danielsan80/mybins

bash bin util

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

MyBins
======

Sometime I need to create some bash script to do something...

Install
-------

$ git clone git@github.com:danielsan80/mybins.git ~/bin
$ echo 'PATH=~/bin:$PATH' >> ~/.bashrc

Open */etc/hosts* and create some blocks:

#/etc/hosts
...
# block something
127.0.0.1 something.it www.something.it
# endblock
...