1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-09-29 07:01:06 +10:00

added (public domain) license info to app-launchbar

This commit is contained in:
Izaya 2018-04-23 20:50:21 +10:00
parent 233eb9be7e
commit 08a34619e0

View File

@ -1,3 +1,8 @@
-- This is released into the public domain.
-- No warranty is provided, implied or otherwise.
-- app-launchbar: launchbar with application pinning
local event = require("event")(neo)
local neoux, err = require("neoux")
if not neoux then error(err) end