#!/bin/sh

# isexeccmd: called from isjcterm when encountered a SYSTEM or C$SYSTEM
# for to execute on the server the command identify from the SYSTEM or C$SYSTEM
# param 
# Copyright notice: Copyright (c) 2005 - 2025 Veryant

ISCLIENTID=$1
shift 1
$*
RET=$?
printf "\033\033\033RET_CMD\033${ISCLIENTID}\033${RET}\033"
