#!/bin/sh # -*- mode: sh; fill-column: 75; tab-width: 8; coding: utf-8-unix -*- # https://forums.gentoo.org/viewtopic-t-1044220-start-0.html qcheck -C \ | grep -v -e '.*\.pyo$' -e '.*\.pyc$' \ -e '.*/examples/.*' -e '^.*/doc/.*/[^/.]*$' \ -e '^/usr/lib/debug/.*' -e '.*\.debug' \ -e '^/usr/.*compiled' -e '^/usr/.*\.cache' \ | grep -B 1 -e '^ MD5-DIGEST:' -e '^ AFK:' -e '^ MTIME:'