Name: js-handler/node_modules/optimist/example/xup.js
| 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: | } |
