You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
193 B

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