annotate ibin/bf_txtgen @ 12292:d51f2100210c draft

<kspalaiologos> `` cat <<<"asmbf && bfi output.b" > /hackenv/ibin/asmbf
author HackEso <hackeso@esolangs.org>
date Thu, 02 Jan 2020 15:38:21 +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