slackware-current/source/a/tcsh/doinst.sh

5 lines
115 B
Bash
Raw Normal View History

if ! grep -q tcsh etc/shells 2> /dev/null ; then
echo "/bin/tcsh" >> etc/shells
echo "/bin/csh" >> etc/shells
fi