#!/bin/sh

cd $HOME/KnightCap/ICS
cp coeffs.dat oldcoeffs.dat
while [ 1 ]; do
 ./KnightCap -n -e -f "coeffs.dat" -I WimpKnight -M KnightC -A -H 16 -c "./timeseal  164.58.253.13 5000" $* < ficslogin.dat
 sleep 20
done

