view bin/bf @ 8958:7e7de7fcbe41

<oerjan> sled bin/bf//$s,[|] \\(.*\\),| { \\1 ; },
author HackBot
date Thu, 18 Aug 2016 04:21:35 +0000
parents d58a6b17c660
children 7bcf9a8d6c4c
line wrap: on
line source

#! /bin/bash
[[ $# > 0 ]] || { echo "Run what?"; exit 1; }
ci="$1"
echo -n "${ci#1!}" | { /hackenv/interps/egobf/src/egobfi8 <(echo -n "${ci%%!*}") ; }