#!/bin/sh # Add every file cd /data/EVcharge git add . git commit -m "Charge Data Uploaded $(date)" git push