Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.