push.sh 101 B

12345
  1. #!/bin/sh
  2. time=$(TZ=UTC-8 date +%Y-%m-%d" "%H:%M:%S)
  3. git add . &&
  4. git commit -m "$time" &&
  5. git push