Skip to content

v1.3.9

Compare
Choose a tag to compare
@bkw777 bkw777 released this 04 Jun 15:54
· 280 commits to master since this release
  • Selection of different built-in sudo-like command options, plus custom entry.
  • Auth commands now take a %s for the payload command, so that the payload command may be embedded within longer strings if needed.
    example: su commandline syntax is su -c "command args args args ..."
    which you can specify as su -c "%s"