push.sh 81 B

12345678
  1. #!/bin/bash
  2. git add *.md
  3. git add *.sh
  4. git add *.conf
  5. git commit -m dev
  6. git push