comparison lib/kps/bfmake @ 12274:3c04e9ef7a3a draft

<kspalaiologos> `` cp -rf /hackenv/tmp/asmbf-1.2.7/bin/* /hackenv/lib/kps/
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 17:47:30 +0000
parents
children
comparison
equal deleted inserted replaced
12273:de2990eb5cdf 12274:3c04e9ef7a3a
1 #!/bin/bash -e
2
3 name=$(echo "$1" | cut -f 1 -d '.')
4
5 /bin/bfpp "$1"
6 /bin/bfasm < "$1.p" | /bin/strip.pl > "${1%.*}.b"
7 rm -f "$1.p"