From 16f32bdcdd10c3dc95519b5f0ab4d6818b3a3bfe Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 27 Jul 2024 09:26:54 -0400 Subject: complete refactor see README for more info --- bootstrap.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 bootstrap.lua (limited to 'bootstrap.lua') diff --git a/bootstrap.lua b/bootstrap.lua deleted file mode 100644 index 89b62fb..0000000 --- a/bootstrap.lua +++ /dev/null @@ -1,8 +0,0 @@ -os.execute('git clone https://git.squi.bid/eat-it /tmp/eatit-tmp') -local a = io.open('/tmp/eatit-tmp/eatit.lua', 'r') -local b = io.open(mp.command_native({'expand-path', '~~/scripts/eatit.lua'}), 'w') -b:write(a:read('*a')) -b:close() -a:close() -dofile(mp.command_native({'expand-path', '~~/scripts/eatit.lua'})) -os.execute('rm -rf /tmp/eatit-tmp') -- cgit v1.2.1