cppannotations/annotations/bin/createtxt
2014-09-14 12:09:56 +02:00

13 lines
179 B
Bash
Executable file

#!/bin/sh
cd ../yo
PATH=`pwd`/tmp/bin:$PATH
yodl2txt --no-warnings -l3 cplusplus
if [ $? != 0 ] ; then
echo text conversion failed
exit 1
fi
mv cplusplus.txt ../zip