Blob Blame History Raw
#!/bin/bash

for i in roles/ipa*/*/*.py; do
    python utils/gen_module_docs.py $i
done