view bin/bf @ 9989:9036010405ad

<hppavilion[0]> mkx bin/grwfi//grep -ERsi "$@" wisdom/*
author HackBot
date Fri, 16 Dec 2016 19:46:50 +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%%!*}") ; }