First commit

This commit is contained in:
mcneb10 2024-06-01 16:46:19 -05:00
commit da366208b6
10 changed files with 11564 additions and 0 deletions

6
clean Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env lua
print("Deleting compiled verse")
os.remove("verse.lua")
print("Deleting services.json")
os.remove("services.json")