1
0
Files
irix-657m-src/eoe/cmd/CMWsession/CMWsitecheck
2022-09-29 17:59:04 +03:00

15 lines
173 B
Bash
Executable File

#! /sbin/sh
#
# $Revision: 1.1 $
#
#
CMWSITE=/usr/CMW/CMWuser-sitecheck
if [ -x $1 ]
then
$1 $2
echo $? > $CMWSITE
else
echo 2 Sitecheck $1 not executable > $CMWSITE
fi