summaryrefslogtreecommitdiff
path: root/utils/sush.sh
blob: 8010c2e7f26abedecbbe0a61618e09ebbe681191 (plain)
1
2
3
#!/bin/sh
#  A unix-like su (one which invokes a sub-shell).
/bin/login --program-name="$0" -pzxSLf -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@"