#!/bin/sh
if [ -L /usr/lib/ICAClient ]; then

   cd /usr/lib/ICAClient
   ./wfica $*

else
   echo "Temp ramdisk for ICA doesn't exist"
fi

