First Commit

This commit is contained in:
2023-07-16 20:09:48 +02:00
parent 853630de03
commit 1ef12a75eb

View File

@@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# Add every file
git add . git add .
git commit -m "Charge Data Uploaded $(date)" git commit -m "Charge Data Uploaded $(date)"
git push git push