autopush.sh 83 B

12345
  1. #/bin/bash
  2. git pull
  3. git add -A
  4. git commit -m "auto update script executed"
  5. git push