9 # ------------------------------------------------------------------------------------------
11 # Utility script to test JProcess
13 # ------------------------------------------------------------------------------------------
15 if [ -z $JPP_DIR ]; then
16 echo "Variable JPP_DIR undefined."
20 source $JPP_DIR/setenv.sh $JPP_DIR
22 if ( do_usage $* ); then
29 echo "Test of Linux command ls -l"
37 echo "Test string reversed by master (hit <return> to continue)."
39 JProcess -c "JEcho" -rC
46 echo "Test string reversed by client (hit <return> to continue)."
48 JProcess -c "JEcho -r" -C
54 echo "Test string reversed by master and client (hit <return> to continue)."
56 JProcess -c "JEcho -r" -rC