diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:17:21 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:17:21 +0100 |
commit | 2acb2f7ef0338d5a3ee6f55fe2f7d715b31922e0 (patch) | |
tree | e77382b6a4f98e0dda14f4803d89dcc42443557b | |
parent | ab92bf3924b4027e284c02dba2a633f6ba834da8 (diff) |
launch
-rw-r--r-- | listener.lua | 3 |
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") |