view bin/bf @ 12341:a6d1bbf49b0c draft

<int-e> mkx ../bin/progress//echo $(($RANDOM%111-5))%
author HackEso <hackeso@esolangs.org>
date Mon, 31 Aug 2020 12:34:07 +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%%!*}") ; }