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
get_frontends Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env lua
local farside_instance_json_url = "https://git.sr.ht/~benbusby/farside/blob/HEAD/services.json"
os.remove("services.json")
os.execute(string.format("wget \"%s\"", farside_instance_json_url))