Skip to content

Instantly share code, notes, and snippets.

@momo-lab
Created April 8, 2014 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save momo-lab/10135876 to your computer and use it in GitHub Desktop.
Save momo-lab/10135876 to your computer and use it in GitHub Desktop.
# uruを使えるようにする
# %URU_HOME%には対応していないので、適宜パスを書き換えてくださいませ。
# 参考) http://d.hatena.ne.jp/miyamuko/20100905/nyaos_with_pik
uru{
uru.bat %*
if exist "%USERPROFILE%\.uru\uru_lackee.bat" then
source "%USERPROFILE%\.uru\uru_lackee.bat" 2> nul
endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment