summaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rwxr-xr-xall7
1 files changed, 7 insertions, 0 deletions
diff --git a/all b/all
new file mode 100755
index 00000000..12acaf36
--- /dev/null
+++ b/all
@@ -0,0 +1,7 @@
1cd testes
2ulimit -S -s 2000
3if { ../lua all.lua; } then
4 echo -e "\n\n final OK!!!!\n\n"
5else
6 echo -e "\n\n >>>> BUG!!!!\n\n"
7fi