#!/bin/sh
#echo "args = " $@
plink -px $@ -L/usr/local/dignus/lib -lc 
if [ $? -gt 4 ]
then
  exit 1
fi
exit 0
