chmod +x for script
This commit is contained in:
parent
709fc0b452
commit
6219736729
1 changed files with 1 additions and 0 deletions
1
builder/htmlprocessor/processor.sh
Normal file → Executable file
1
builder/htmlprocessor/processor.sh
Normal file → Executable file
|
@ -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 &
|
||||
|
|
Reference in a new issue