Skip to content

Commit

Permalink
🤖 add header to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Dec 2, 2023
1 parent 9935f21 commit 2b51b66
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/telem/bin/install.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
-- BEGIN PRIME UI :D

-- PrimeUI by JackMacWindows
-- Public domain/CC0
-- Packaged from https://github.com/MCJack123/PrimeUI
-- Telem Installer by cyberbit
-- MIT License
-- Version 2023-12-02

local ui = (function ()
-- PrimeUI by JackMacWindows
-- Public domain/CC0
-- Packaged from https://github.com/MCJack123/PrimeUI

local a=require"cc.expect".expect;local b={}
do local c={}local d;
function b.addTask(e)a(1,e,"function")local f={coro=coroutine.create(e)}c[#c+1]=f;_,f.filter=coroutine.resume(f.coro)end;
Expand Down Expand Up @@ -34,11 +36,8 @@ local ui = (function ()
return b
end)()

-- END PRIME UI D:

local termW, termH = term.getSize()

-- pocket: 27,21
local boxSizing = {
mainPadding = 2
}
Expand Down

0 comments on commit 2b51b66

Please sign in to comment.