diff --git a/Commit.sh b/Commit.sh index 05890cd..602f036 100755 --- a/Commit.sh +++ b/Commit.sh @@ -1,5 +1,4 @@ #!/bin/bash git add . git commit -m "$(date +%m-%d-%y_%H:%M:%S)" -git push - +git push \ No newline at end of file