Added snippets for Emacs
This commit is contained in:
18
emacs/.emacs.d/snippets/sh-mode/cmd
Normal file
18
emacs/.emacs.d/snippets/sh-mode/cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
#name : cmd
|
||||
# --
|
||||
#! /usr/bin/env bash
|
||||
|
||||
## author: torstein, torstein@skybert.net
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
main() {
|
||||
:
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user