linux-hwe-5.19: add to aramo's release

This commit is contained in:
Luis Guzmán 2023-04-14 06:19:07 +00:00
parent 22137d2be8
commit 0b9df8a19a
10 changed files with 1687 additions and 738 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
files=`find -type f`
while read -r line
do
./deblob-check $line
done <<< "$files"