summaryrefslogtreecommitdiff
path: root/shells/v7sh/pkg-plist
blob: b0a0b315611cc3f8b35199758a9ab0c14525be1e (plain) (blame)
1
2
3
bin/v7sh
@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