git-guncelle 462 B

12345678910111213141516
  1. #!/bin/bash
  2. #ack="guncelleme"
  3. ack=$1
  4. git add .
  5. git commit -a -m "$ack"
  6. git update-index --chmod=+x derle.sh
  7. git update-index --chmod=+x bin/mps-2.1.lua
  8. git update-index --chmod=+x bin/mps-2.2.lua
  9. git update-index --chmod=+x bin/mpsd.lua
  10. git update-index --chmod=+x static/busybox
  11. git update-index --chmod=+x static/lzip
  12. git update-index --chmod=+x static/rg
  13. git update-index --chmod=+x static/slua
  14. git update-index --chmod=+x static/curl
  15. git push origin master