feat: with lua
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-02 12:35:08 +02:00
parent 3e5309e1e6
commit 0c0bbc4282
4 changed files with 25 additions and 3 deletions

5
scripts/test.lua Normal file
View File

@@ -0,0 +1,5 @@
print("from test")
local init = require("commands")
init.something()