view bin/bf @ 8930:c1a7da5e08dd

<oerjan> sled bin/bf//2ishopt -u extglob
author HackBot
date Thu, 18 Aug 2016 01:52:24 +0000
parents 56dcce63901b
children dda4ce7477ab
line wrap: on
line source

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