QueryCI eats its own dog food.

This commit is contained in:
2026-04-20 14:56:00 +01:00
parent 43eff3d522
commit e8db7666a4
3 changed files with 7 additions and 0 deletions

2
automation/restart.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/bash
killall -9 swipl

1
automation/rules Normal file
View File

@@ -0,0 +1 @@
restart when modified:/server.pl

4
start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
while true; do
swipl -q -f ./server.pl -g main -t halt
done