Ecosyste.ms: Awesome
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 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielsan80/mybins
- Owner: danielsan80
- Created: 2013-06-27T12:23:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T13:59:56.000Z (over 11 years ago)
- Last Synced: 2023-03-12T09:12:59.337Z (over 1 year ago)
- Topics: bash, bin, util
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- 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 [email protected]:danielsan80/mybins.git ~/bin
$ echo 'PATH=~/bin:$PATH' >> ~/.bashrcOpen */etc/hosts* and create some blocks:
#/etc/hosts
...
# block something
127.0.0.1 something.it www.something.it
# endblock
...