home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Intuitiv 3D
/
Intuitiv3D_1.img
/
CubXLicenseServer.pkg
/
CubXLicenseServer.pre_install
< prev
next >
Wrap
Text File
|
1993-07-08
|
138b
|
13 lines
#!/bin/sh
#
#
PATH=/bin:/usr/ucb
export PATH
if [ `whoami` != root ]; then
echo "FAILED (You must be root)"
exit 1
fi
echo "OK"
exit 0