https://github.com/danielsan80/mybins
https://github.com/danielsan80/mybins
bash bin util
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsan80/mybins
- Owner: danielsan80
- Created: 2013-06-27T12:23:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T13:59:56.000Z (about 13 years ago)
- Last Synced: 2025-02-21T14:23:14.363Z (over 1 year ago)
- Topics: bash, bin, util
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...