Added way to have multiple runners and created shell runner

This commit is contained in:
U-ENGINEERO\joppe.blondel
2025-10-23 16:17:09 +02:00
parent e89a6f815e
commit f9b8d67b5c
5 changed files with 87 additions and 62 deletions

View File

@ -1,5 +1,5 @@
print("Starting loop: test 123")
for i = 1, 5 do
for i = 1, 4 do
print("i =", i) -- we'll stop here
end
print("Yaaayyyy it works perfectly fine :)")