-->
Page 2 of 2

Re: Is it possible to auto run a script after boot?

PostPosted: Mon Dec 22, 2014 2:49 pm
by RogerClark
Thank you.

Re: Is it possible to auto run a script after boot?

PostPosted: Mon Dec 22, 2014 4:48 pm
by sej7278
are there any more cross-platform ways to do it, linux/mac for example?

does file.write() not just take a blob of text until EOF, does it really have to be a quoted line?

Re: Is it possible to auto run a script after boot?

PostPosted: Mon Dec 22, 2014 5:08 pm
by RogerClark
I've seen a python script that does this

I think its called luatool

https://github.com/4refr0nt/luatool

I've not tried it myself.

Re: Is it possible to auto run a script after boot?

PostPosted: Mon Dec 22, 2014 5:56 pm
by sej7278
RogerClark wrote:I've seen a python script that does this

I think its called luatool

https://github.com/4refr0nt/luatool

I've not tried it myself.


yup, luatool.py works great thanks.