mirror of https://github.com/nate2014jatc/AGSTATUS
6 lines
75 B
Bash
6 lines
75 B
Bash
|
#!/bin/bash
|
||
|
git add .
|
||
|
git commit -m "$(date +%m-%d-%y_%H:%M:%S)"
|
||
|
git push
|
||
|
|