core: add run_command shim, but it's not finished yet

This commit is contained in:
Starbeamrainbowlabs 2022-05-16 23:40:17 +01:00
parent fa9b511e33
commit 9bdd7d2a25
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -0,0 +1,5 @@
function run_command(cmdname, func, paramtext)
-- TODO: Fill this in
end