This commit is contained in:
Gert 2015-03-01 23:21:07 +01:00
parent 7c68c15124
commit 2b8e591c19

View File

@ -1,6 +1,6 @@
# Shebang. Executing bash via /usr/bin/env makes scripts more portable.
snippet bash
#!/usr/bin/bash
#!/bin/bash
snippet if
if [[ ${1:condition} ]]; then