aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 11:41:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 11:41:21 +1300
commitfafc30f56847dced996ce7d4fde9ea4da49572c3 (patch)
treef4abbefbce07c1e4160c8ef5af13673db6b2aac1
parentEnforce args for vest(1df) and vex(1df) (diff)
downloaddotfiles-fafc30f56847dced996ce7d4fde9ea4da49572c3.tar.gz
dotfiles-fafc30f56847dced996ce7d4fde9ea4da49572c3.zip
Add comment to vest(1df)
-rwxr-xr-xbin/vest1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vest b/bin/vest
index 91a0a3a9..d80c24d1 100755
--- a/bin/vest
+++ b/bin/vest
@@ -1,4 +1,5 @@
#!/bin/sh
+# Run a test(1) command a print a string to stdout showing pass/fail
if [ "$#" -eq 0 ] ; then
printf >&2 'vest: Need test(1) arguments\n'
exit 2