summaryrefslogblamecommitdiff
path: root/shells/osh/pkg-plist
blob: 8a90cd0dc9cf576789250f3c26f98dfda463a6c7 (plain) (tree)
1
2
3
4
5

        


                                                                                                                           
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