6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/sh
|
|
|
|
git add .
|
|
git commit -m "Charge Data Uploaded $(date)"
|
|
git push
|