Skip to content

Instantly share code, notes, and snippets.

@geta6
Created March 23, 2013 15:09
Show Gist options
  • Save geta6/5228032 to your computer and use it in GitHub Desktop.
Save geta6/5228032 to your computer and use it in GitHub Desktop.
stat = 0
try
json = JSON.parse process.argv[2]
unless json.length is 2
throw (new Error 'short length')
catch e
console.error e
stat = 1
finally
process.exit stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment