Patch-ID: bash40-021
[bash.git] / examples / functions / login
blob3d596838fb56c60a4fba5e59564ccaccbe4ef1dc
1 # replace the `login' and `newgrp' builtins in old bourne shells
3 login()
5         exec login "$@"
8 newgrp()
10         exec newgrp "$@"