view bin/bf @ 12010:f727a35a9eb8 draft

<kspalaiologos> ` asmbf <<<"mov r1,0/div r1,0" > stuff.b
author HackEso <hackeso@esolangs.org>
date Tue, 12 Nov 2019 18:24:45 +0000
parents c989a1669243
children
line wrap: on
line source

#! /bin/bash
[[ $# > 0 ]] || { echo "Run what?"; exit 1; }
ci="$1"
echo -n "${ci#*!}" | { /hackenv/interps/egobf/src/egobfi8 <(echo -n "${ci%%!*}") ; }