aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/sudo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use case statement for sudo -v switchingTom Ryder2018-10-241-1/+4
| | | | This is slightly more idiomatic shell.
* Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-171-0/+5
Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX.