view bin/bf @ 9072:e40f22d106ef

<moon__> le/rn evilipse/ the most evil of evil people, likes to use chmod 000 / -R
author HackBot
date Sun, 25 Sep 2016 20:19:27 +0000
parents 7bcf9a8d6c4c
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%%!*}") ; }