l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

xup.js (193B)


      1 #!/usr/bin/env node
      2 var argv = require('optimist').argv;
      3 
      4 if (argv.rif - 5 * argv.xup > 7.138) {
      5     console.log('Buy more riffiwobbles');
      6 }
      7 else {
      8     console.log('Sell the xupptumblers');
      9 }
     10