view bin/bf @ 10953:a014d852eabe

<oerjan> slwd all the single objects//s,went,/ went,
author HackBot
date Wed, 24 May 2017 22:50:51 +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%%!*}") ; }