Hi All,
I would like to release the final version of TC (0.64), in the next
couple of weeks. So I would like to fix any problems or bugs.
Anyone who would like to and try this (new and improved NO money back
guarantee, as NOT seen on TV) pre-release version, just use enclosed
simple CVS-bash download script (1).
Note that MinGW version should compile and run, but is not up to date
and incomplete.
Please post any comments and suggestions to the TC mailing list.
Any help would be appreciated.
David Essex
1) SF CVS checkout script for TC (press enter at the password prompt)
#!/bin/bash -
#
cvsopt01='-d:pserver:ano...@ti...:/cvsroot/tiny-cobol'
#
p_anonymousCheckout ()
{
cvs $1 login
cvs -z3 $1 co -P development
}
#
p_anonymousCheckout "$cvsopt01"
|