puts Process.argv0
puts __FILE__

if Process.argv0 == __FILE__
  print "OK"
end
