view bin/bf @ 11347:e47228e9476b

<int-e> slwd procrastination//sblastbfinalb
author HackBot
date Tue, 20 Feb 2018 14:44:35 +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%%!*}") ; }