view bin/bf @ 5205:6b7474824ec6

<Taneb> ` echo "#!/bin/sh" > bin/2014
author HackBot
date Wed, 31 Dec 2014 20:24:53 +0000
parents e46ad2cd2dbe
children
line wrap: on
line source

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