forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | #!/usr/bin/env node
 | ||
|  | var argv = require('optimist').argv; | ||
|  | 
 | ||
|  | if (argv.rif - 5 * argv.xup > 7.138) { | ||
|  |     console.log('Buy more riffiwobbles'); | ||
|  | } | ||
|  | else { | ||
|  |     console.log('Sell the xupptumblers'); | ||
|  | } | ||
|  | 
 |