aboutsummaryrefslogblamecommitdiff
path: root/shells/esh/pkg-plist
blob: eb4592f41c25694307da9940873dbc4451091484 (plain) (tree)
1
2
3


                                                                                                                           
bin/esh
@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