aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-17 06:59:53 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-17 06:59:53 +0000
commitd960f33c58d627b7d650b91ed7e7d82c61ab5dd1 (patch)
tree95b54209ce1dd5dc4de2ede665ba3bf5ebf1de88 /bruiser/lua-scripts
parentupdated help section (diff)
downloadmutator-d960f33c58d627b7d650b91ed7e7d82c61ab5dd1.tar.gz
mutator-d960f33c58d627b7d650b91ed7e7d82c61ab5dd1.zip
updated
Diffstat (limited to 'bruiser/lua-scripts')
-rw-r--r--bruiser/lua-scripts/testfile1.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/bruiser/lua-scripts/testfile1.lua b/bruiser/lua-scripts/testfile1.lua
index 7a88907..b739cb9 100644
--- a/bruiser/lua-scripts/testfile1.lua
+++ b/bruiser/lua-scripts/testfile1.lua
@@ -6,6 +6,8 @@ function printfunction()
end
print("-------------------------------------------------------------")
+print("START")
+print("-------------------------------------------------------------")
print(Vars())
print("-------------------------------------------------------------")
@@ -33,5 +35,11 @@ print("-------------------------------------------------------------")
print(os.date())
print("-------------------------------------------------------------")
+text=hijackmain()
+print(text)
+print("-------------------------------------------------------------")
+
printfunction()
print("-------------------------------------------------------------")
+print("THE END")
+print("-------------------------------------------------------------")