aboutsummaryrefslogtreecommitdiff
path: root/bin/tlcs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tlcs')
-rwxr-xr-xbin/tlcs3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/tlcs b/bin/tlcs
index 9af16efe..9222131a 100755
--- a/bin/tlcs
+++ b/bin/tlcs
@@ -22,6 +22,9 @@ usage() {
printf 'USAGE: %s [-h] [-c] [-o STDOUT_PREFIX] [-e STDERR_PREFIX] [--] COMMAND [ARG1...]\n' "$self"
}
+# Check we have tl(1)
+hash tl || exit
+
# Set the default prefixes and suffixes for stdout/stderr
stdout_prefix='stdout: '
stderr_prefix='stderr: '