Adding initial helper for backported kernel
This commit is contained in:
parent
161144b7f0
commit
861dcf1f18
4 changed files with 2664 additions and 0 deletions
7
helpers/DATA/linux-lts-quantal/check.sh
Normal file
7
helpers/DATA/linux-lts-quantal/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