#!/bin/sh
if [ $# -eq 0 ]; then
        echo "Usage: $0 <true/false>"
        exit
fi
/usr/bin/ICTApplication/ICTCliGateLite -call ICTGate:verbose -args bool:"$1"
