File size: 157 Bytes
3bb4c79
 
 
1
2
3
#!/usr/bin/env bash

find metagpt | grep "\.py" | grep -Ev "(__init__|pyc)" | xargs grep -E "(^class| def )" 2>/dev/null | grep -v -E "(grep|tests|examples)"