-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathtest.sh
More file actions
22 lines (21 loc) · 680 Bytes
/
test.sh
File metadata and controls
22 lines (21 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
set -xe
node index.js
node index.js --coin ETC
node index.js --coin LTC
node index.js --coin XRP
node index.js --coin XMR --hours 90
node index.js --coin QTUM --hours 90
node index.js --coin QTUM --hours 20
node index.js --coin VIA --mins 120
node index.js --coin XEM --mins 30
node index.js --coin XEM --mins 30 --disable-legend
node index.js -d 1200
node index.js --coin DASH -d 800
node index.js -w 200 -h 80
node index.js -w 80 -h 5
node index.js --coin ETH --currency BTC -d 30
node index.js --coin ETH --currency USD
node index.js --coin ADA --currency USD
node index.js --coin ADA --currency BTC
node index.js --coin XRP -ti RSI SMA BB EMA MACD
node index.js --toplist 25