From 621973672946c760b6c2c93ef2e74cb9198cfc3a Mon Sep 17 00:00:00 2001 From: Alexander Zolotarev Date: Mon, 12 Aug 2013 16:19:57 +0300 Subject: [PATCH] chmod +x for script --- builder/htmlprocessor/processor.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 builder/htmlprocessor/processor.sh diff --git a/builder/htmlprocessor/processor.sh b/builder/htmlprocessor/processor.sh old mode 100644 new mode 100755 index 78f1823..5fdeef5 --- a/builder/htmlprocessor/processor.sh +++ b/builder/htmlprocessor/processor.sh @@ -1,3 +1,4 @@ +#!/bin/bash for interval in 0 1 2 3 4 5 6 7; do python strip.py $1 $2 $3 $4 $5 $6 $interval 8 &