summaryrefslogtreecommitdiffstats
path: root/src/info.rs
Commit message (Collapse)AuthorAgeFilesLines
* use /proc/self/exe directly when re-execing ourself when possibleJesse Luehrs2022-03-081-0/+11
| | | | | this will use the same binary that is currently running, even if it has been deleted or replaced
* reduce typingJesse Luehrs2022-02-261-5/+7
|
* add support for special env varsJesse Luehrs2022-01-081-0/+4
|
* a bunch more reorganizationJesse Luehrs2022-01-051-0/+20
|
* propagate current directory changes back to the main processJesse Luehrs2022-01-031-10/+0
|
* split up code into more filesJesse Luehrs2022-01-031-0/+40