Skip to content

Commit

Permalink
update bash
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Mar 4, 2019
1 parent be2d477 commit e0b35c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions bashLive/aws.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
killall -s KILL node
rm *.log
npm run trades assets=ETH,USD server aws live &> trades.ALL.log &
npm run cleanDB server aws live &>> cleanDB.log &
npm run commit server aws live pair=ETH_USD &>> commit.log &
npm run fetchPrice server aws live &>> fetchPrice.log &
killall -s KILL node
rm *.log
npm run trades assets=ETH,USD server aws live &> trades.ALL.log &
npm run cleanDB server aws live &>> cleanDB.log &
npm run commit server aws live pair=ETH_USD &>> commit.log &
npm run fetchPrice server aws live &>> fetchPrice.log &
npm run events server aws live events=StartReset,StartPreReset $1 &>> events.log &
10 changes: 5 additions & 5 deletions bashLive/public.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
killall -s KILL node
rm *.log
npm run trades assets=ETH,USD server dynamo live &> trades.ALL.log &
npm run prices period=1 dynamo live &> prices.1.log &
npm run prices period=60 dynamo live &> prices.60.log &
killall -s KILL node
rm *.log
npm run trades assets=ETH,USD server dynamo live &> trades.ALL.log &
npm run prices period=1 dynamo live &> prices.1.log &
npm run prices period=60 dynamo live &> prices.60.log &
npm run events server dynamo live events=Others $1 &>> events.log &

0 comments on commit e0b35c6

Please sign in to comment.