comparison bin/asmbf @ 12278:805908a65518 draft

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