home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
CONTENTS
/
SCRIPTS
/
ZSH
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-20
|
170 b
|
8 lines
if fgrep zsh etc/shells 1> /dev/null 2> /dev/null; then
GOOD=y
else
echo "/bin/zsh" >> etc/shells
fi
( cd etc ; rm -rf zprofile )
( cd etc ; ln -sf profile zprofile )