diff options
-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") |