Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielsan80/mybins


https://github.com/danielsan80/mybins

bash bin util

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

MyBins
======

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

Install
-------

$ git clone [email protected]: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
...