view bin/bf @ 11796:cd67bbeea905 draft

<gerzytet> learn a fungus that grows above ground, especially after rain.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:19:22 +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%%!*}") ; }