view bin/bf @ 9054:9865e6f64831

<oerjan> revert
author HackBot
date Sun, 18 Sep 2016 00:04:21 +0000
parents 7bcf9a8d6c4c
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%%!*}") ; }