Skip to content

Commit

Permalink
助けて を作った
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed May 5, 2012
1 parent c034f5b commit 53cd7e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.mkd
Expand Up @@ -2,4 +2,10 @@

git-tasukete は、gitでなんかしくじったっぽい時に何とかする方法を提示してくれる便利なエイリアス集です。

## インストール

$ cd ~
$ git clone git://github.com/rosylilly/git-tasukete.git git-tasukete
$ export PATH=$HOME/git-tasukete:$PATH
$ rehash # optional
$ git 助けて
8 changes: 8 additions & 0 deletions git-助けて
@@ -0,0 +1,8 @@
#!/bin/sh

CURDIR=`dirname $0`
HELPERS=`ls $CURDIR/git-* | sed -e "s/^\.\/git-//" | grep -e "^[^助]"`
for HELPER in $HELPERS
do
echo git $HELPER
done

0 comments on commit 53cd7e9

Please sign in to comment.