view ibin/bf_txtgen @ 8427:1fc808cd5b1f

<b_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. The list is: advance after answer ask aunt brass can\'t cast castle chance class command dance demand draft enhance example fast father glass graph grass half last laugh mask master nasty pass past path plant rather sample shan\'t staff task vast
author HackBot
date Thu, 09 Jun 2016 21:28:47 +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