From 402b97fbdf4857adc5aa80f85fa5e59148e126b7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 19 Sep 2024 00:43:31 +0200 Subject: Added debuggers to Nix shell --- zig-lua/lua-5.4.7/all | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 zig-lua/lua-5.4.7/all (limited to 'zig-lua/lua-5.4.7/all') diff --git a/zig-lua/lua-5.4.7/all b/zig-lua/lua-5.4.7/all new file mode 100755 index 0000000..86f38ac --- /dev/null +++ b/zig-lua/lua-5.4.7/all @@ -0,0 +1,9 @@ +make -s -j +cd testes/libs; make -s +cd .. # back to directory 'testes' +ulimit -S -s 1100 +if { ../lua -W all.lua; } then + echo -e "\n\n final OK!!!!\n\n" +else + echo -e "\n\n >>>> BUG!!!!\n\n" +fi -- cgit v1.2.3