Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created February 23, 2013 16:02
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 shigemk2/5020236 to your computer and use it in GitHub Desktop.
Save shigemk2/5020236 to your computer and use it in GitHub Desktop.
普通にopenコマンド使えばいいんじゃないのかな
# -*- coding: utf-8 -*-
if ARGV.size < 1
puts "引数はちゃんと指定しなさいよねっ! バカァ…"
else
id = File.expand_path(ARGV[0])
system "open file:///#{id}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment