Skip to content

Commit

Permalink
update run-all and update process
Browse files Browse the repository at this point in the history
update process saves the dex.js file and restore it after the update process
  • Loading branch information
Patent2net committed Jan 12, 2021
1 parent 2d041f0 commit 1fc7e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run-all.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
for f in ./REQUESTS/*.cql ; do p2n run --config-file=$f; done
for f in ./REQUESTS/*.cql ; do p2n run --config=$f; done
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cp dex.js dex.sav
git stash
git pull $@
cd doc
Expand All @@ -7,3 +8,4 @@ python setup.py build
python setup.py install
chmod +x update.sh
chmod +x run-all.sh
cp dex.sav dex.js

0 comments on commit 1fc7e6a

Please sign in to comment.