view bin/bf @ 9773:584c834a3666

<boily> ` sed -i \'s/well.*$/unenthickenable, eh?/\' wisdom/\\\\oren\\\\
author HackBot
date Thu, 24 Nov 2016 23:39:08 +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%%!*}") ; }