maintenance: update config paths and agent communication

This commit is contained in:
2025-11-05 15:34:23 +01:00
parent 85808f10a8
commit 27bcc7409e
32 changed files with 2598 additions and 340 deletions
+8 -5
View File
@@ -67,10 +67,13 @@ backup:
zip -r rp.zip *
mv rp.zip ../
implode:
python ../implode/imply.py rp.py
mv imploded.py /home/retoor/bin/rp
chmod +x /home/retoor/bin/rp
rp --debug
serve:
rpserver
implode: build
rpi rp.py -o rp
chmod +x rp
if [ -d /home/retoor/bin ]; then cp rp /home/retoor/bin/rp; fi
.DEFAULT_GOAL := help