move server code to other repo

This commit is contained in:
gnat
2024-08-09 18:54:10 -07:00
parent 83a9949212
commit f286b47fdc
14 changed files with 1 additions and 623 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
python3 -u -c "import utils; print(utils.parse_file('$1'))" | sed 's/\$PREV_URL\$/"{prev}"/'
python3 -u -c "import sludge.src.lib.content; print(sludge.src.lib.content.parse_file('$1'))"