diff --git a/scripts/images b/scripts/images new file mode 100755 index 000000000..4aa3ddd0a --- /dev/null +++ b/scripts/images @@ -0,0 +1,7 @@ +#!/bin/bash +journalctl -u epicyon | grep 'image binary\|favicon is not an image' > .image.txt +if [ ! -f .image.txt ]; then + echo 'No image warnings' +else + cat .image.txt +fi