bmalehorn / binln

symlinks to ~/bin/, the easy way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binln - symlinks to ~/bin/, the easy way

Too often I have to type this:

ln -sv $PWD/foo.rb ~/bin/foo

binln is a tiny script that automates that.

binln foo.rb

You can run it with -f to clobber a link, too.

Installation

./binln.py binln.py

About

symlinks to ~/bin/, the easy way

License:MIT License


Languages

Language:Python 100.0%