view ibin/bf_txtgen @ 5186:11b7f091967f

<Jafet> ` echo "<Jessicatz> you play too much nethack when: you look down both sides of the corridor, start to sweat and then realize you\'re looking at your email address" >wisdom/nethack
author HackBot
date Thu, 11 Dec 2014 15:25:16 +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