short.js 97 Bytes Raw Blame History Permalink 1 2 3 #!/usr/bin/env node var argv = require('optimist').argv; console.log('(%d,%d)', argv.x, argv.y);