diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:16:15 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:16:15 +0100 |
commit | ab92bf3924b4027e284c02dba2a633f6ba834da8 (patch) | |
tree | 97faab9fd83d23d7f48193f335c4d98cbdd0b54c | |
parent | 6b0355a7deaee8737fcf3a7d84c88ac678056447 (diff) |
launch
-rw-r--r-- | listener.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/listener.lua b/listener.lua index 4f14a37..e69205e 100644 --- a/listener.lua +++ b/listener.lua @@ -18,6 +18,11 @@ end function ops.test() print("hello world") end +function ops.upgrade() + pm.cc() + pm.dl("listener") + os.reboot() +end function main() print("listening") |