mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-08 19:48:07 +11:00
9 lines
220 B
Lua
9 lines
220 B
Lua
|
-- This is released into the public domain.
|
||
|
-- No warranty is provided, implied or otherwise.
|
||
|
|
||
|
-- app-ghostcall.lua : Who are you gonna call?
|
||
|
-- Authors: 20kdc
|
||
|
|
||
|
local g = neo.requireAccess("x.svc.ghostie", "ghosts")
|
||
|
g()
|