update readme
This commit is contained in:
7
samples/bad-script6.lua
Normal file
7
samples/bad-script6.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function on_resume()
|
||||
ui:show_text("Tap to halt")
|
||||
end
|
||||
|
||||
function on_click()
|
||||
os.exit()
|
||||
end
|
||||
3
samples/bad-script7.lua
Normal file
3
samples/bad-script7.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
function on_resume()
|
||||
package.path = ";;"
|
||||
end
|
||||
Reference in New Issue
Block a user