view bin/bf @ 9992:8f91455e4c37

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