UNPKG

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