view bin/bf @ 11197:b0349228072c

<int-e> addquote <fungot> shachaf: i\'ve a long road ahead of me, it would be flattering. dudes got to act in accordance with my final wishes! they\'re the last things i ever did wish, and that makes me very sad to me!
author HackBot
date Tue, 26 Sep 2017 10:40:10 +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%%!*}") ; }