Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/optimist/example/xup.js
334 views
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
11
12