no bash image check

master
ml server 2020-01-26 19:19:44 -07:00
parent 86584c1f27
commit 2c3d73fd41
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
#!/bin/bash
# wut-img-ck
#
# Tests to find corrupt images.
#
# Usage:
# wut-img-ck
cd /srv/satnogs/data
for i in train/*/waterfall*.png val/*/waterfall*.png
do gm identify $i
done