8 lines
No EOL
417 B
Bash
Executable file
8 lines
No EOL
417 B
Bash
Executable file
#!/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 \
|
|
) |