view ibin/bf_txtgen @ 3338:095a1eb83bd2

<kmc> addquote <zzo38> If you want to ask me if I believe in determinism then you have to be more specific. <zzo38> I haven\'t checked if I conduct electricity significantly better than average, though.
author HackBot
date Wed, 31 Jul 2013 02:31:39 +0000
parents 35fbe747fc84
children b044eecae124
line wrap: on
line source

#!/bin/bash
. lib/interp
cd interps/bf_txtgen

get_arg
java textgen -g 1000 -i "$ARG_FILE" | tail -n 2 | head -n 1
clean_arg