#!/bin/sh 

#: "nb args: $#"
#: "arg 1: [$1]"
#: "arg 2: [$2]"
#eval "res=\"$($2)\""
#: "arg res: [$res]"
#res=${res//[^[:graph:]]/ }
/usr/bin/ICTApplication/ICTCliGateLite --call LoggerModule:logComments --args string:"$1"  string:"$2"

