aboutsummaryrefslogtreecommitdiff
path: root/bin/tlcs
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-02 14:37:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-02 14:37:21 +1200
commitfc55a56c067d55c63991ddb416be4e742745450f (patch)
treec3dd11d53e50f4f42eacf4abe00d19e0e0c8663c /bin/tlcs
parentSeparate flag from line test in slsf(1) (diff)
downloaddotfiles-fc55a56c067d55c63991ddb416be4e742745450f.tar.gz
dotfiles-fc55a56c067d55c63991ddb416be4e742745450f.zip
Get rid of a lot of comment boilerplate
This is all stuff that should be or is in the manpages
Diffstat (limited to 'bin/tlcs')
-rwxr-xr-xbin/tlcs17
1 files changed, 1 insertions, 16 deletions
diff --git a/bin/tlcs b/bin/tlcs
index 6a22f4ec..f67b2d36 100755
--- a/bin/tlcs
+++ b/bin/tlcs
@@ -1,20 +1,5 @@
#!/usr/bin/env bash
-
-#
-# tlcs(1): Execute a command and tag the output of the stdout and stderr
-# streams, line by line, using tl(1) under the hood. Add -c when writing to a
-# terminal to color the lines.
-#
-# Option -h gives help. Specify a stdout prefix with -o (default "stdout: "),
-# and/or a stderr prefix with -e (default "stderr: "). Option -c prints stdout
-# lines in green and stderr lines in red if the respective streams are writing
-# to appropriate terminals. Remaining arguments are assumed to be a command and
-# its arguments.
-#
-# Author: Tom Ryder <tom@sanctum.geek.nz>
-# Copyright: 2016
-# License: Public domain
-#
+# Execute a command and tag the output of the stdout and stderr streams.
self=tlcs
# Define usage function