Replaced make-linux with previous hwe version

This commit is contained in:
Ruben Rodriguez 2019-05-04 18:45:43 -04:00
parent 0afe929a5f
commit 5d7a1bcf9d
17 changed files with 1361 additions and 23950 deletions

View file

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