OneKeyPush.sh 136 B

123456
  1. #!/bin/bash
  2. cd /d/pyp/xtsj_jkfw2
  3. current_date=$(date +%Y%m%d)
  4. git add .
  5. git commit -m "updated${current_date}_xk"
  6. git push origin master