diff options
Diffstat (limited to 'all')
-rwxr-xr-x | all | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ | |||
1 | cd testes | ||
2 | ulimit -S -s 2000 | ||
3 | if { ../lua all.lua; } then | ||
4 | echo -e "\n\n final OK!!!!\n\n" | ||
5 | else | ||
6 | echo -e "\n\n >>>> BUG!!!!\n\n" | ||
7 | fi | ||