lua_xmpp_privacy_bot/clean

7 lines
135 B
Text
Raw Normal View History

2024-06-01 16:46:19 -05:00
#!/usr/bin/env lua
print("Deleting compiled verse")
os.remove("verse.lua")
print("Deleting services.json")
os.remove("services.json")