summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:17:21 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:17:21 +0100
commit2acb2f7ef0338d5a3ee6f55fe2f7d715b31922e0 (patch)
treee77382b6a4f98e0dda14f4803d89dcc42443557b /listener.lua
parentab92bf3924b4027e284c02dba2a633f6ba834da8 (diff)
launch
Diffstat (limited to 'listener.lua')
-rw-r--r--listener.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/listener.lua b/listener.lua
index e69205e..ef422c7 100644
--- a/listener.lua
+++ b/listener.lua
@@ -23,6 +23,9 @@ function ops.upgrade()
pm.dl("listener")
os.reboot()
end
+function ops.test2()
+ print("hello world")
+end
function main()
print("listening")