official-images/test/tests/python-no-pyc/container.sh

5 lines
105 B
Bash
Executable File

#!/bin/sh
set -eu
find /usr/local /opt '(' -name '*.pyc' -o -name '*.pyo' ')' -print -exec false '{}' +