Add program file to repository.
catseye
10 years ago
Binary diff not shown
2 | 2 | mkdir -p bin |
3 | 3 | yucca -R -x src/ekileugor.bas > src/ekileugor.yucca.bas || exit $? |
4 | 4 | petcat -w2 -o bin/ekileugor.prg -- src/ekileugor.yucca.bas || exit $? |
5 | rm -f src/ekileugor.cpp.bas src/ekileugor.yucca.bas | |
5 | rm -f src/ekileugor.yucca.bas | |
6 | 6 | ls -la bin/ekileugor.prg |
7 | 7 | if [ "x$1" = "xtest" ]; then |
8 | 8 | xvic bin/ekileugor.prg |