view bin/bf @ 9303:6ff2e84d29a8

<oerjan> learn A corkscrew is a downwards spiral of doom. See mapole.
author HackBot
date Mon, 17 Oct 2016 00:04: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%%!*}") ; }