view bin/bf @ 10927:173801e1890f

<oerjan> ` cp tmp/3 bin/3
author HackBot
date Sat, 20 May 2017 08:00: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%%!*}") ; }