More work on docs for the new opcodes.
[retro/experimental.git] / ngaro / perl / test
blob6f0c0763549c4622070e0167051bbb4aa5618fd5
1 #! /bin/sh
2 gcc -o set-term set-term.c
3 gcc -o restore-term restore-term.c
4 clear
6 ./set-term
7 ./ngaro.pl
8 ./restore-term
10 rm set-term restore-term