Currently druid can be used to upload a script onto norns from a Lua file from the command line, matching the REPL command ^^upload. It will get stored in memory, and will run when crow is restarted either with ^^reset or power flip.
It would be useful, perhaps, to be able to run a script from a Lua file, like the REPL command ^^run does. This does not store the script on crow, and I have also understood it is a bit faster to run than upload a program.
Currently druid can be used to upload a script onto norns from a Lua file from the command line, matching the REPL command
^^upload
. It will get stored in memory, and will run when crow is restarted either with^^reset
or power flip.It would be useful, perhaps, to be able to run a script from a Lua file, like the REPL command
^^run
does. This does not store the script on crow, and I have also understood it is a bit faster to run than upload a program.caw!