Skip to content

Commit

Permalink
update bash
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Feb 21, 2019
1 parent 440ef3a commit 0e399e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bash/aws1.sh
Expand Up @@ -3,4 +3,4 @@ rm *.log
npm run trades assets=ETH,USD server aws &> trades.ALL.log &
npm run commit server aws pair=ETH_USD &>> commit.log &
npm run cleanDB server aws &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug aws &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server aws &>> vivaldi-100C-3H.log &
2 changes: 1 addition & 1 deletion bash/azure1.sh
Expand Up @@ -3,4 +3,4 @@ rm *.log
npm run trades assets=ETH,USD server azure &> trades.ALL.log &
npm run commit server azure pair=ETH_USD &>> commit.log &
npm run cleanDB server azure &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug azure &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server azure &>> vivaldi-100C-3H.log &
2 changes: 1 addition & 1 deletion bash/gcp1.sh
Expand Up @@ -3,4 +3,4 @@ rm *.log
npm run trades assets=ETH,USD server gcp &> trades.ALL.log &
npm run commit server gcp pair=ETH_USD &>> commit.log &
npm run cleanDB server gcp &>> cleanDB.log &
npm run round contractType=Vivaldi tenor=100C-3H debug gcp &>> vivaldi-100C-3H.log &
npm run round contractType=Vivaldi tenor=100C-3H debug server gcp &>> vivaldi-100C-3H.log &

0 comments on commit 0e399e3

Please sign in to comment.