home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 8
/
IOPROG_8.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
|
1997-08-25
|
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 )