aboutsummaryrefslogtreecommitdiff
path: root/shells/osh/pkg-plist
blob: 9125442c76011c3786051407eb9d60eed88008d9 (plain) (blame)
1
2
3
4
5
6
bin/fd2
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