view bin/bf @ 9967:3a314b32bac5

<oerjan> sled bin/5//s/.*dom/cmd="${1-quote}"/
author HackBot
date Thu, 15 Dec 2016 00:53:39 +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%%!*}") ; }