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

@ -1,9 +0,0 @@
#!/bin/bash
WD=$(dirname $0)
files=`find -type f`
while read -r line
do
sh $WD/deblob-check --use-awk -C $line
done <<< "$files"