Skip to content

Instantly share code, notes, and snippets.

@katsyoshi
Created May 6, 2011 05:01
Show Gist options
  • Save katsyoshi/170e84aa01e3a1b1e152 to your computer and use it in GitHub Desktop.
Save katsyoshi/170e84aa01e3a1b1e152 to your computer and use it in GitHub Desktop.
mikutter.appの作り方
do shell script "
MIKDIR=${HOME}/mikutter
if [[ -s \"${HOME}/.rvm/scripts/rvm\" ]]; then
source ${HOME}/.rvm/scripts/rvm
fi
cd ${MIKDIR}
ruby mikutter.rb
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment