annotate ibin/bf_txtgen @ 12293:979759d9d291 draft

<fizzie> sled /hackenv/ibin/asmbf//s|asmbf|asmbf "$@"|
author HackEso <hackeso@esolangs.org>
date Thu, 02 Jan 2020 15:44:55 +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