view ibin/bf_txtgen @ 3807:c9baee562cf2

<Taneb> learn list is a fun program that HackEgo has! Run it with `list and join the fun!
author HackBot
date Thu, 19 Sep 2013 19:36:48 +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