Files
query-ci/start.sh

5 lines
73 B
Bash
Executable File

#!/bin/bash
while true; do
swipl -q -f ./server.pl -g main -t halt
done