Xboard + Timeseal on FICS
Posted: 12 Jun 2013, 21:58
Hello,
I am trying to have Xboard 4.5.3 and Timeseal (the one provided with Ubuntu 12..04)
Running from a consol this 2 commands works well :
./timeseal 69.36.243.188 5000 -p 5500 &
xboard -ics -icshost localhost -size medium -icsport 5500
But if I use this script, I get an error message "Got end of file from keyboard"
#!/bin/bash
./timeseal 69.36.243.188 5000 -p 5500 &
xboard -ics -icshost localhost -size medium -icsport 5500
What's wrong ?
Thank you.
I am trying to have Xboard 4.5.3 and Timeseal (the one provided with Ubuntu 12..04)
Running from a consol this 2 commands works well :
./timeseal 69.36.243.188 5000 -p 5500 &
xboard -ics -icshost localhost -size medium -icsport 5500
But if I use this script, I get an error message "Got end of file from keyboard"
#!/bin/bash
./timeseal 69.36.243.188 5000 -p 5500 &
xboard -ics -icshost localhost -size medium -icsport 5500
What's wrong ?
Thank you.