Insert shebang line automatically for Emacs.
#+BEGIN_SRC emacs-lisp M-x package-install RET insert-shebang RET #+END_SRC
insert-shebang.el
file tomake
to byte-compile the file.Defines path to env
. Default is /usr/bin/env
.
Defines file types.
insert-shebang can be extended to insert header for C, C++ and FORTRAN programs etc.
Set file types(using extensions) you want to ignore.
Files ignored during the prompt are stored with their full-path
in ~/.insert-shebang.log
file. Set to nil if you want to
disable this feature.
You can visit this log file using #+BEGIN_SRC emacs-lisp M-x insert-shebang-open-log-buffer #+END_SRC
## alternate commands bash ./run-tests.sh
# travis bash ./run-travis-ci.sh #+END_SRC