1 2 3 4 5 6 7 8
#!/bin/sh time ( \ cd ~/src/ledger ; \ PATH=/usr/local/bin:/opt/local/bin:$PATH \ nice -n 20 \ ./acprep --debug --python --doxygen --cache --clang -j20 make -- check \ )