view bin/bf @ 9029:acb613c73f57

<oerjan> slwd ci//s/web c/webc/
author HackBot
date Mon, 12 Sep 2016 03:38:56 +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%%!*}") ; }