Quote:
Originally Posted by knc1
Sha-bang line is wrong on the first script I looked at.
You need to hardcode it to:
Code:
#!/usr/bin/lua -lesys
Take a look at my cpu report script in the 'cpu governor' subject thread.
You will find a few more KUAL 'tricks' in it.
But hey, thanks,
that was pretty good for a first try at a KUAL extension.
|
Good, it works.
I have hardcoded as you writtern. but only in 1 script.
All demos are passed as argument to that script, can check menu.json
yes, I have seen your cpu script. and a few other extensions I have installed.
but I got to admit, lua is more difficult than python.