1make -s -j 2cd testes/libs; make -s 3cd .. # back to directory 'testes' 4ulimit -S -s 1100 5if { ../lua -W all.lua; } then 6 echo -e "\n\n final OK!!!!\n\n" 7else 8 echo -e "\n\n >>>> BUG!!!!\n\n" 9fi