blob: d5c508b2ccbe83bcd442c5428510bd3158e47a46 [file] [log] [blame]
#!/bin/bash
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
for i in $(ls edids); do
if [[ $i != *.txt && ! -d $i ]]; then
./edidparser parse edids/$i #> edids/extEdids/$i.txt
printf "\n\n\n\n\n"
fi
done