home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ledar34.zip
/
leda-r-3_4_tar
/
LEDA-3.4
/
confdir
/
util
/
unix
/
license.sh
< prev
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-09-03
|
341b
|
19 lines
#!/bin/sh -f
if [ -x /bin/csh ]
then
/bin/csh confdir/util/unix/license.csh
elif [ -x /bin/tcsh ]
then
/bin/tcsh confdir/util/unix/license.csh
elif [ -x /usr/bin/csh ]
then
/usr/bin/csh confdir/util/unix/license.csh
elif [ -x /usr/bin/tcsh ]
then
/usr/bin/tcsh confdir/util/unix/license.csh
else
touch .license
fi