annotate bin/bf @ 7558:cbd0b9f4e0d4

<fizzie> ` mv script{,add} bin/ # I guess they could be there just as well -- but how did you write those things in the first place?
author HackBot
date Wed, 27 Apr 2016 23:14:39 +0000
parents 56dcce63901b
children c1a7da5e08dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5643
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
1 #! /bin/bash
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
2 [[ $# > 0 ]] || { echo "Run what?"; exit 1; }
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
3 ci="$*"
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
4 echo -n "${ci#*!}" | /hackenv/interps/egobf/src/egobfi8 <(echo -n "${ci%%!*}")