Add 'player-sensor/startup.lua'

This commit is contained in:
Jan 2021-12-22 22:21:13 +00:00
parent 691495aba9
commit e0434f33d3

View file

@ -0,0 +1,5 @@
while true do
print("Starting.")
shell.run("ligma")
sleep(5)
end