Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made the tee in hackvr_uri exit on a write error so that if you exit hackvr ↵ | epoch | 2020-04-18 | 1 | -1/+3 |
| | | | | it'll stop the script | ||||
* | made the xargs in hackvr_uri use the GNU extension -r to not run anything if ↵ | epoch | 2020-04-02 | 1 | -1/+1 |
| | | | | there are not any lines of input | ||||
* | made xargs fork off for each attempted start of a URI so you can open more ↵ | epoch | 2020-04-02 | 1 | -1/+1 |
| | | | | than one at a time and they don't get stuck behind each other | ||||
* | added hackvr_uri script and fixed the makefile brokenness | epoch | 2020-03-28 | 1 | -0/+7 |