package-helpers-cmxsl/helpers/DATA/linux-hwe-5.13/check.sh
2022-01-07 14:26:27 -05:00

9 lines
135 B
Bash

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