view ibin/brachylog @ 11961:ee9e6c8d4ec6 draft

<int-e> le/rn zalgo//The `zalgo` command turns perfectly good text into toxic waste. It violates a multitude of UN conventions.
author HackEso <hackeso@esolangs.org>
date Wed, 09 Oct 2019 03:36:35 +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)