linux-hwe-5.19: add to aramo's release
This commit is contained in:
parent
22137d2be8
commit
0b9df8a19a
10 changed files with 1687 additions and 738 deletions
7
helpers/DATA/linux-hwe-5.19/check.sh
Normal file
7
helpers/DATA/linux-hwe-5.19/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