view lib/kps/bfi-rle @ 12290:981bbedc7699 draft

<kspalaiologos> `` chmod +x /hackenv/ibin/asmbf
author HackEso <hackeso@esolangs.org>
date Thu, 02 Jan 2020 15:33:40 +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