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