Put this in your .emacs to automatically make your scripts (bash, python, perl, ruby, etc) executable:
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
Put this in your .emacs to automatically make your scripts (bash, python, perl, ruby, etc) executable:
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)