
#!/bin/sh
../../compiler/htcobol -l test01
if /usr/bin/test  $? -eq 0 
then
	gcc -g -v -o test01 test01.s ../../lib/libcobol.a -Xlinker -defsym -Xlinker main=_TEST01 --gstabs -lm
fi
