view bin/bf @ 12272:96e83bc05d4d draft

<kspalaiologos> rm /hackenv/asmbf-1.2.6.zip
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 16:10:23 +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%%!*}") ; }