Created
October 6, 2012 15:18
-
-
Save kika/3845193 to your computer and use it in GitHub Desktop.
Bitter coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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