push.sh 105 B

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