summaryrefslogtreecommitdiffstats
path: root/lib/output.sh
Commit message (Collapse)AuthorAgeFilesLines
* error(): Die by signal.P. J. McDermott2014-05-021-3/+4
| | | | | | | Previously, calling error() within a subshell only caused the subshell to exit. Now the whole shell process should die. Subshells still suck though.
* info_v(): New function.P. J. McDermott2014-04-301-0/+10
|
* error(), warn(), info(): Print args to stderr.P. J. McDermott2013-10-111-3/+3
|
* error(): Clean up before exiting.P. J. McDermott2013-07-291-0/+2
|
* lib/output.sh: New file.P. J. McDermott2013-07-121-0/+55