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