summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uglib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/uglib.sh b/uglib.sh
index 668b101..06a3fcd 100644
--- a/uglib.sh
+++ b/uglib.sh
@@ -1,3 +1,4 @@
+## functions ## {{{1
## assert ## {{{2
assert() {
"$@" || die "assertion failed: $*"