changeset 2288:801d2a0703c3

<oerjan> fetch http://codu.org/projects/egobot/hg/index.cgi/raw-file/ffe171208ae9/multibot_cmds/scmds/bf_txtgen
author HackBot
date Wed, 27 Feb 2013 21:04:41 +0000
parents d0cc95629c95
children 35fbe747fc84
files bf_txtgen
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bf_txtgen	Wed Feb 27 21:04:41 2013 +0000
@@ -0,0 +1,7 @@
+#!/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