view ibin/bf_txtgen @ 2668:86f5d759837d

<Jafet> chmod +x y && mv {bin/,}y && y hi
author HackBot
date Sun, 14 Apr 2013 00:57:09 +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