diff --git a/update.linux.sh b/update.linux.sh new file mode 100755 index 0000000..6459b1e --- /dev/null +++ b/update.linux.sh @@ -0,0 +1,7 @@ +echo "Updating crawler source..." +git pull +echo "Updating crawler source... DONE" +echo "" +echo "Updating crawler packages..." +npm install +echo "Updating crawler packages... DONE" \ No newline at end of file diff --git a/update.win.bat b/update.win.bat new file mode 100644 index 0000000..6459b1e --- /dev/null +++ b/update.win.bat @@ -0,0 +1,7 @@ +echo "Updating crawler source..." +git pull +echo "Updating crawler source... DONE" +echo "" +echo "Updating crawler packages..." +npm install +echo "Updating crawler packages... DONE" \ No newline at end of file