aboutsummaryrefslogtreecommitdiff
path: root/bin/tlcs
Commit message (Collapse)AuthorAgeFilesLines
* Reverse .m4 translation for binscriptsTom Ryder2016-08-161-0/+93
| | | | Either this is overengineering, or I don't understand m4 well enough.
* Template traps in scripts depending on mktd(1)Tom Ryder2016-08-161-92/+0
|
* Make tests of tempdir var more explicitTom Ryder2016-08-081-1/+1
| | | | | I'm pretty sure I've seen at least one implementation of sh(1) upset about [ "$var" ] over [ -n "$var" ]
* Remove 'h' from getopts where not usedTom Ryder2016-08-081-1/+1
|
* Ignore SC2064 from shellcheckTom Ryder2016-08-081-0/+1
| | | | | | | | | We actually want the behaviour it thinks is erroneous. In bin/try line 39: trap "cleanup $sig" "$sig" ^-- SC2064: Use single quotes, otherwise this expands now rather than when signalled.
* Add missing code to tmpfile cleanup hooksTom Ryder2016-08-041-2/+6
|
* Remove unneeded quoting in tlcs(1)Tom Ryder2016-08-031-1/+1
|
* Use self var in tlcs(1)Tom Ryder2016-08-031-2/+3
|
* Check for too few args in tlcs(1)Tom Ryder2016-08-031-0/+6
|
* Change shebang of tlcs(1)Tom Ryder2016-08-031-1/+1
| | | | Forgot to do it in earlier commits
* Change tlcs(1) to POSIX sh, strip down a bitTom Ryder2016-08-031-50/+43
|
* Get rid of a lot of comment boilerplateTom Ryder2016-08-021-16/+1
| | | | This is all stuff that should be or is in the manpages
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Correct typo in terminfo codeTom Ryder2016-03-121-1/+1
|
* Add tl(1) requirement to tlcs(1)Tom Ryder2016-02-241-0/+3
|
* Add tl(1) and tlcs(1)Tom Ryder2016-02-241-0/+100