aboutsummaryrefslogtreecommitdiff
path: root/run.sh
blob: 1666899376eb9bf35d614d713fd532dae89d4dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
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