diff --git a/builder/htmlprocessor/processor.sh b/builder/htmlprocessor/processor.sh
index 5fb0240..53d86f0 100644
--- a/builder/htmlprocessor/processor.sh
+++ b/builder/htmlprocessor/processor.sh
@@ -1,5 +1,5 @@
for interval in 0 1 2 3 4 5 6 7;
- do python strip.py $1 $2 $3 $interval 8
+ do python strip.py $1 $2 $3 $interval 8 &
done
\ No newline at end of file