view bin/bf @ 12235:1ffc1a7d0aa8 draft

<b_jonas> addwhatis addwhatis(1hackeso) - modify the database of one-line manual page descriptions
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 21:03:16 +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%%!*}") ; }