view ibin/bf_txtgen @ 3968:e82654a7f372

<ais523\unfoog> addquote <kmc> Sgeo: oh yeah those animated characters were built into the operating system and there was an API for them
author HackBot
date Fri, 01 Nov 2013 03:30:15 +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