aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 0000000..1666899
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# cd into this directory
+cd /home/stock-lite/stock-screener
+
+# run screener.js to update the data for today's close
+node screener.js
+
+sleep 3
+
+# run upload.js to upload to google sheets
+node upload.js \ No newline at end of file