First commit
This commit is contained in:
commit
da366208b6
10 changed files with 11564 additions and 0 deletions
6
get_frontends
Executable file
6
get_frontends
Executable 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))
|
Loading…
Add table
Add a link
Reference in a new issue