view bin/bf @ 10601:e86f95ac4cc8

<rdococ> slwd tip//s,and ,,;s,.,\\, and if you\'re Japanese.,
author HackBot
date Mon, 10 Apr 2017 20:01:46 +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%%!*}") ; }