view lib/kps/bfi-rle @ 12300:a20d4132c6b4 draft

<oerjan> le/rn_append zemhill//See http://zem.fi/bfjoust/ for more information.
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 07:35:11 +0000
parents 3c04e9ef7a3a
children
line wrap: on
line source

#!/bin/bash -e
name="/tmp/bfprog$RANDOM"
derle.pl $1 > $name
bfi $name
rm -f $name