Skip to content

Commit

Permalink
add install
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyuwei committed Jan 9, 2013
1 parent 04cbadd commit 66b337c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.py
@@ -0,0 +1,8 @@
cp ./where.py /usr/bin/where
chmod +x /usr/bin/where

cp ./ref.py /usr/bin/ref
chmod +x /usr/bin/ref

echo 'where <python-moudle>'
echo 'grep -rn "keyword" *|ref 5 5'

0 comments on commit 66b337c

Please sign in to comment.