#!/bin/sh

if [ $# -eq 0 ]; then
	/usr/bin/ICTApplication/ICTCliGateLite --call IctMPInterface:dump
else 
       	echo "                                                               "
       	echo "  COMMAND    : dumpIctMPInterface	                             "
       	echo "  OBJECT     : Display IctMPInterface data					 "
       	echo " 	 (idFile and idAudio of the File currently playing)			 "
       	echo "  PARAMETERS : none                                            "
       	echo "                                                               "
fi