1280305b48
Danke, Thomas.. Submitted by: thomas
5 lines
277 B
Text
5 lines
277 B
Text
@cwd /usr/local
|
|
bin/ksh
|
|
@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
|
|
man/man1/ksh.1
|