view ibin/brachylog @ 11971:00595446f790 draft

<oerjan> sedlast s,split,& off,
author HackEso <hackeso@esolangs.org>
date Wed, 16 Oct 2019 08:37:47 +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)