view bin/bf @ 9512:2f89f6385868

<oerjan> sled bin/sed//3d
author HackBot
date Sat, 29 Oct 2016 19:31:47 +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%%!*}") ; }