Files
EVcharge/push_data.sh
2023-07-16 20:07:57 +02:00

6 lines
75 B
Bash

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