#!/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