Add shebang and +x to generated shell script

This commit is contained in:
TEC 2020-11-10 16:37:40 +08:00
parent d6d07b44de
commit 5757f0371b
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@ for more info).
#+begin_src emacs-lisp :comments no
;;; config.el -*- lexical-binding: t; -*-
#+end_src
#+begin_src shell :exports none :comments no :tangle-mode (identity #o755)
#!/bin/bash
#+end_src
** Personal Information
It's useful to have some basic personal information
#+begin_src emacs-lisp