annotate ibin/bf_txtgen @ 12500:e48c08805365 draft default tip

<b_jonas> ` learn \'The password of the month is Cthulhuquagdonic Mothraquagdonic Narwhalicorn.\' # https://logs.esolangs.org/libera-esolangs/2024-04.html#lKE Infinite craft
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2024 06:39:10 +0000
parents b044eecae124
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2289
35fbe747fc84 <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
HackBot
parents:
diff changeset
1 #!/bin/bash
12144
b044eecae124 <fizzie> dwim "fix all the interp stuff"
HackEso <hackeso@esolangs.org>
parents: 2289
diff changeset
2 . ${HACKENV-/hackenv}/lib/interp
b044eecae124 <fizzie> dwim "fix all the interp stuff"
HackEso <hackeso@esolangs.org>
parents: 2289
diff changeset
3 cd ${HACKENV-/hackenv}/interps/bf_txtgen
2289
35fbe747fc84 <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
HackBot
parents:
diff changeset
4
35fbe747fc84 <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
HackBot
parents:
diff changeset
5 get_arg
35fbe747fc84 <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
HackBot
parents:
diff changeset
6 java textgen -g 1000 -i "$ARG_FILE" | tail -n 2 | head -n 1
35fbe747fc84 <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
HackBot
parents:
diff changeset
7 clean_arg