blob: 8a90cd0dc9cf576789250f3c26f98dfda463a6c7 (
plain) (
tree)
|
|
bin/goto
bin/if
bin/osh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|