check_no_expansion.rb   [plain text]


if ARGV[0] != ARGV[1]
  exit 0
else
  exit 1
end