Skip to content

Commit

Permalink
Add shell snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed May 27, 2016
1 parent 2e97398 commit 1b71853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UltiSnips/sh.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# header
snippet #!bash "Shebang header for bash scripts."
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail

$0
endsnippet
Empty file removed tmp/tags/filler
Empty file.

0 comments on commit 1b71853

Please sign in to comment.