view wisdom/off by two @ 5065:bb21261948dc

<fizzie> rm bin/bf; echo $\'#! /bin/bash\\n[[ $# > 0 ]] || { echo "Run what?"; exit 1; }\\nci="$*"\\necho -n "${ci#*!}" | echo /hackenv/interps/egobfi/src/egobfi8 <(echo -n "${ci%%!*}")\' > bin/bf; chmod +x bin/bf
author HackBot
date Wed, 15 Oct 2014 23:47:10 +0000
parents 28acd6728c37
children 1b7da5f7ebd5
line wrap: on
line source

An off by two error is what happens when you expect an off by one error but compensate in the wrong direction