-rwxr-xr-x 187 lib25519-20220726/scripts-build/compiledimplementations raw
#!/usr/bin/env python3 import os import sys for d in sys.argv[1:]: ok = True for fn in os.listdir(d): if fn.endswith('.o.compilefailed'): ok = False if ok: print(d)