#! /bin/sh

echo " " > logfile.txt
yacas server.yac
netscape http://127.0.0.1:9734/index.html &
tail -f logfile.txt

