aboutsummaryrefslogtreecommitdiff
path: root/bin/apf
Commit message (Collapse)AuthorAgeFilesLines
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-63/+0
|
* Apply cleverer arg-arranging method to apf(1)Tom Ryder2016-08-221-30/+38
| | | | This avoids a temporary file and some hairy sed(1)
* Pass null arg to manual cleanup() call in apf(1)Tom Ryder2016-08-201-1/+1
|
* Clean up temporary files before apf(1) execTom Ryder2016-08-191-0/+3
|
* Strip trailing whitespace from apf(1)Tom Ryder2016-08-191-2/+2
|
* Translate apf(1) to POSIX shTom Ryder2016-08-191-20/+42
| | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* Use regular BASH_VERSINFO checkTom Ryder2016-08-161-0/+3
|
* Remove some cruft from apf(1)Tom Ryder2016-08-161-15/+0
|
* Change stderr redirections for consistencyTom Ryder2016-08-161-2/+1
|
* Get rid of a lot of comment boilerplateTom Ryder2016-08-021-2/+1
| | | | This is all stuff that should be or is in the manpages
* Change apf() to a shell scriptTom Ryder2016-08-021-0/+44