f344055e07
- Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
5 lines
278 B
Text
5 lines
278 B
Text
@comment $FreeBSD$
|
|
bin/bash
|
|
@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
|
|
bin/bashbug
|