Your IP : 216.73.216.48


Current Path : /var/log/scripts/
Upload File :
Current File : //var/log/scripts/tcsh-6.19.00-x86_64-1

if ! grep -q tcsh etc/shells 2> /dev/null ; then
 echo "/bin/tcsh" >> etc/shells
 echo "/bin/csh" >> etc/shells
fi
( cd bin ; rm -rf csh )
( cd bin ; ln -sf tcsh csh )
( cd usr/man/man1 ; rm -rf csh.1.gz )
( cd usr/man/man1 ; ln -sf tcsh.1.gz csh.1.gz )