view ibin/brachylog @ 11969:df3a01142399 draft

<oerjan> le/rn Hungry//Hungry is a country in Europe, formerly part of the Ostrich empire. It split after a famine that got so severe that they had to start editing disgusting things like bell peppers. Absurdly, this became a tradition that continues until the present day.
author HackEso <hackeso@esolangs.org>
date Wed, 16 Oct 2019 08:34:37 +0000
parents 1fc7b017c0a4
children b044eecae124
line wrap: on
line source

#!/bin/sh
echo "$1" > tmp/input.brachylog
(cd interps/brachylog/brachylog/Brachylog-master/src; swipl -g 'run_from_file("../../../../../tmp/input.brachylog", _, _), write("
true."), !, halt; write("
false."), !, halt' brachylog.pl)