view bin/bf @ 11531:5dd37771fa2a draft

<shachaf> learn A limerick is a verse with two left metrical feet and three right metrical feet.
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 21:10:39 +0100
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%%!*}") ; }