echo ''
case "$script" in
/*)
if [ -f "$script" ]
if [ -x "$script" ]; then
then
echo "Running $script:"
$script || rc=3
elif [ -f "$script" ]; then
sh $script || rc=3