Skip to content

Instantly share code, notes, and snippets.

@kika
Created October 6, 2012 15:18
Show Gist options
  • Save kika/3845193 to your computer and use it in GitHub Desktop.
Save kika/3845193 to your computer and use it in GitHub Desktop.
Bitter coffee
options = require( "optimist" )
.usage( "repro case" )
.check( (argv) ->
unless( argv )
throw "gonna die really soon"
)
.argv
## WTF below ##
runupload = (db, data, cb) ->
db.dothis(
data
, cb
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment