view bin/asmbf @ 12276:1eb8be58440e draft

<kspalaiologos> `` chmod -R +x /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 18:27:52 +0000
parents 295ffadc0bb2
children 805908a65518
line wrap: on
line source

print_args_or_input "$@" | tr / \\n > /tmp/no-toucha-prgm.asm
/hackenv/lib/kps/bfpp /tmp/no-toucha-prgm.asm
/hackenv/lib/kps/bfasm < /tmp/no-toucha-prgm.p | /hackenv/lib/kps/strip.pl > /tmp/output.b
rm -f /tmp/no-toucha-prgm.p /tmp/no-toucha-prgm.asm