diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-02 14:37:21 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-02 14:37:21 +1200 |
commit | fc55a56c067d55c63991ddb416be4e742745450f (patch) | |
tree | c3dd11d53e50f4f42eacf4abe00d19e0e0c8663c /bin/tl | |
parent | Separate flag from line test in slsf(1) (diff) | |
download | dotfiles-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/tl')
-rwxr-xr-x | bin/tl | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1,19 +1,5 @@ #!/usr/bin/env bash - -# -# tl(1): Tag lines from files or stdin with a string prefix or suffix before -# writing them to stdout. Specifying neither prefix nor suffix is acceptable, -# in which case the stream is simply reproduced on stdout, acting like cat(1). -# -# Option -h gives help. Specify a prefix with -p, and/or a suffix with -s. If -# no file arguments are given, defaults to reading standard input. -# -# Author: Tom Ryder <tom@sanctum.geek.nz> -# Copyright: 2016 -# License: Public domain -# - -# Name self +# Tag lines from files or stdin with a string prefix or suffix. self=tl # Define usage function |