aboutsummaryrefslogblamecommitdiff
path: root/shells/osh/pkg-plist
blob: 01dcc9032720a4795209f177511fc2d49c188ccf (plain) (tree)
1
2
3


                                                                                                                           
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