Commit bf263fa2 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added run script

parent 541164a2
#!/usr/bin/env bash
pcat () { pygmentize -f terminal256 -O style=native -g $*; }
set -e
make -s bf
./bf | opt-3.5 -O3 -o prog.bc
make -s prog
./prog
rm -f prog{,.bc,.o}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment