view bin/bf @ 11218:1ec32e380a04

<boily> le/rn sizhes//You may need to adjust your sights to understand sizhes.
author HackBot
date Wed, 11 Oct 2017 01:03:18 +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%%!*}") ; }