Updated linux for 3.13
This commit is contained in:
parent
57bbe6bb2e
commit
3bb5b8bdca
36 changed files with 6133 additions and 11874 deletions
7
helpers/DATA/linux/check.sh
Normal file
7
helpers/DATA/linux/check.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
files=`find -type f`
|
||||
while read -r line
|
||||
do
|
||||
./deblob-check $line
|
||||
done <<< "$files"
|
||||
Loading…
Add table
Add a link
Reference in a new issue