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