摘要:
#!/bin/bash # #********************************************** #Author: lanfeng #QQ: 447320311 #Date: 2020-07-12 #FileName: createuser.sh #Version: 1.1 阅读全文
摘要:
autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") == 'sh' call setline(1,"#!/bin/bash") call setline(2,"#") call setlin 阅读全文