all 139 B

1234567
  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