diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-11-01 21:28:53 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-11-01 21:28:53 +0800 |
commit | a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616 (patch) | |
tree | cb387e4ae80806a5c523a9aeab8c1bc7ad8b3736 | |
parent | c94e025f0926a958e55456ee18b7cec67531d289 (diff) | |
download | configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar.gz configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar.bz2 configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar.lz configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar.xz configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.tar.zst configfile-a7332d641bd3a17c84e1d8fc1d409f4c6a8fb616.zip |
bash_include: 讓 vim 知道這是個 bash scriptbash_include-20141101
-rw-r--r-- | bash_include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_include b/bash_include index 1e1065d..e38b813 100644 --- a/bash_include +++ b/bash_include @@ -1,4 +1,4 @@ -# /home/lantw44/.bash_include +#!/this/script/can/only/be/run/in/bash # # vim: ft=sh ts=4 sw=4 noet: # |