push.sh 66 B

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