Added helpers for linux-hwe
This commit is contained in:
parent
6278be66d9
commit
b71c46d507
11 changed files with 29292 additions and 0 deletions
7
helpers/DATA/linux-hwe/check.sh
Normal file
7
helpers/DATA/linux-hwe/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