echo "Compiling the C program"
empcc script.c -o script
echo "Running the compiled program"
./script $MSTESTDB > testout 2>&1
rm -f script script.o
