Created
May 12, 2011 07:45
-
-
Save mongrelP/968116 to your computer and use it in GitHub Desktop.
常にmikutterのtrunk最新を追っかけたい人柱向けシェルスクリプト。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# 常にtrunk最新を追っかけたい人柱向けシェルスクリプト。 | |
# 依存関係は割愛。 | |
# svn co svn://toshia.dip.jp/mikutter/trunk ~/.mikutter/src | |
# ↑やってからこのファイルをパスの渡っているとこ(~/binとか)にDLしてchmod +x。 | |
# 好きなruby使いたいなら適当に変更してね | |
svn up $HOME/.mikutter/src | |
ruby $HOME/.mikutter/src/mikutter.rb $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment