Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | Fix record-commands and logwrapper.c | Rob Landley | |
record-commands: Delete old log, only delete $WRAPDIR at end if path wasn't externally supplied, don't add the rm at the end to the log. logwrapper.c: don't skip filename when measuring space for command line malloc, use argv[0] instead of /proc/self/exe (which is realpath -f). | |||
2019-01-30 | Command logging wrapper to help analyze what commands scripts call and how. | Rob Landley | |