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