linux-hwe-6.2: initial release of linux-hwe-6.2 build
This commit is contained in:
parent
3ba849d1fd
commit
a4fcc4a91b
335 changed files with 17182 additions and 0 deletions
7
helpers/DATA/linux-hwe-6.2/check.sh
Normal file
7
helpers/DATA/linux-hwe-6.2/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