run.sh - surf-adblock - Surf adblock web extension | |
git clone git://git.codemadness.org/surf-adblock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
run.sh (94B) | |
--- | |
1 #!/bin/sh | |
2 rm -f *.o tests | |
3 cc tests.c -o tests -O2 -Wall | |
4 SURF_ADBLOCK_FILE=`pwd`/rules ./tests |