update readme

This commit is contained in:
Evgeny
2021-08-08 12:43:17 +03:00
parent a63b050ffc
commit 92ffa7d20f
3 changed files with 13 additions and 1 deletions

7
samples/bad-script6.lua Normal file
View 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
View File

@@ -0,0 +1,3 @@
function on_resume()
package.path = ";;"
end