aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100644
index 1666899..0000000
--- a/run.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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