Skip to content

Instantly share code, notes, and snippets.

@yagitoshiro
Created August 24, 2013 10:47
Show Gist options
  • Save yagitoshiro/6327414 to your computer and use it in GitHub Desktop.
Save yagitoshiro/6327414 to your computer and use it in GitHub Desktop.
/usr/local/bin/tipy 最新版が正義
#!/usr/bin/env ruby
dir = "#{ENV['HOME']}/Library/Application\ Support/Titanium/mobilesdk/osx/*GA"
sdk = "#{Dir.glob(dir).sort.last}/titanium.py"
exec "#{sdk.gsub(/ /, '\ ')} #{ARGV.join(" ")}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment