DEBSOURCES
Skip Quicknav
sources / bash / 4.3-11%2Bdeb8u1 / examples / functions / login
1234567891011
# replace the `login' and `newgrp' builtins in old bourne shells login() { exec login "$@" } newgrp() { exec newgrp "$@" }