- #!/bin/bash
- #ack="guncelleme"
- ack=$1
- git add .
- git commit -a -m "$ack"
- git update-index --chmod=+x derle.sh
- git update-index --chmod=+x bin/mps-2.1.lua
- git update-index --chmod=+x bin/mps-2.2.lua
- git update-index --chmod=+x bin/mpsd.lua
- git update-index --chmod=+x static/busybox
- git update-index --chmod=+x static/lzip
- git update-index --chmod=+x static/rg
- git update-index --chmod=+x static/slua
- git update-index --chmod=+x static/curl
- git push origin master
|