comparison bin/asmbf @ 12279:cb9d9b7ea937 draft

<kspalaiologos> fetch /hackenv/bin/asmbf https://hack.esolangs.org/get/bin/asmbf
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 18:33:42 +0000
parents 805908a65518
children
comparison
equal deleted inserted replaced
12278:805908a65518 12279:cb9d9b7ea937
1 print_args_or_input "$@" | tr / \\n > /hackenv/tmp/no-toucha-prgm.asm 1 print_args_or_input "$@" | tr / \\n > /hackenv/tmp/no-toucha-prgm.asm
2 /hackenv/lib/kps/bfpp /hackenv/tmp/no-toucha-prgm.asm 2 /hackenv/lib/kps/bfpp /hackenv/tmp/no-toucha-prgm.asm
3 /hackenv/lib/kps/bfasm < /hackenv/tmp/no-toucha-prgm.p | /hackenv/lib/kps/strip.pl > /hackenv/tmp/output.b 3 /hackenv/lib/kps/bfasm < /hackenv/tmp/no-toucha-prgm.asm.p | /hackenv/lib/kps/strip.pl > /hackenv/tmp/output.b
4 rm -f /hackenv/tmp/no-toucha-prgm.p /hackenv/tmp/no-toucha-prgm.asm 4 rm -f /hackenv/tmp/no-toucha-prgm.asm.p /hackenv/tmp/no-toucha-prgm.asm