FDX100 / GOD-KILLER

simple SMS-BOMBER and SMS Sender made with python work for Windows and Linux
336 stars 66 forks source link

777 Permission should be changed to +x #5

Open DanBrown47 opened 4 years ago

DanBrown47 commented 4 years ago

There is no need to give full permission in install.sh

'run(chmod 777 GOD-KILLER)' should be changed to run('chmod +x GOD-KILLER')