From 020623b05bf3ff1d798689a07585bc291e2d632b Mon Sep 17 00:00:00 2001 From: bakashigure Date: Fri, 9 Feb 2024 14:32:11 +0000 Subject: [PATCH] provide lua oom code --- bakashigure/oom.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 bakashigure/oom.lua diff --git a/bakashigure/oom.lua b/bakashigure/oom.lua new file mode 100644 index 0000000..984459f --- /dev/null +++ b/bakashigure/oom.lua @@ -0,0 +1 @@ +while 1 do _G[#_G+1]={} end \ No newline at end of file