summaryrefslogtreecommitdiffstats
path: root/bin/hush/sudo
blob: 1ff8b23ddaed2ad1aa07b1c5bc192e65d931fe80 (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -eu
set -o pipefail

exec /usr/bin/sudo -A "$@"