linux-hwe-6.8: add hwe 6.8 for aramo.
This commit is contained in:
parent
07803be7f6
commit
d2239ec76a
335 changed files with 17891 additions and 0 deletions
7
helpers/DATA/linux-hwe-6.8/check.sh
Normal file
7
helpers/DATA/linux-hwe-6.8/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