view bin/bf @ 9958:39ae11ceaa4c

<oerjan> sled share/scowrevs///5895/,+1c5894:5897
author HackBot
date Mon, 12 Dec 2016 03:59:16 +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%%!*}") ; }