annotate test.c @ 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 4f219c63f5a2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4903
a62e765efd3d <oerjan> echo \'int main () { printf("hm"); }\' >test.c
HackBot
parents:
diff changeset
1 int main () { printf("hm"); }