container.sh 105 B

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