aboutsummaryrefslogtreecommitdiff
path: root/bin/try
Commit message (Collapse)AuthorAgeFilesLines
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-78/+0
|
* Reverse .m4 translation for binscriptsTom Ryder2016-08-161-0/+78
| | | | Either this is overengineering, or I don't understand m4 well enough.
* Template traps in scripts depending on mktd(1)Tom Ryder2016-08-161-77/+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" ]
* 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.
* Change try(1) to POSIX sh(1)Tom Ryder2016-08-081-74/+47
|
* Trim some trailing whitespaceTom Ryder2016-08-031-1/+1
|
* Get rid of a lot of comment boilerplateTom Ryder2016-08-021-15/+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
|
* A few more commentsTom Ryder2016-02-131-0/+8
|
* Fix var declarationTom Ryder2016-02-131-1/+1
|
* Add -i option to try(1)Tom Ryder2016-02-121-4/+15
|
* Correct default for try(1) attempt countTom Ryder2016-02-121-1/+1
|
* Consistent comment boilerplateTom Ryder2016-02-121-0/+4
|
* Add try(1) and maybe(1)Tom Ryder2016-02-121-0/+95