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