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

9 lines
94 B
Bash

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