Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# What this script does is:
# split (on '-' char) and list-concat all "command" fields
# filter out non-includes (includes start with 'I')
# filter out non-component includes
# make paths relative to component and print them out
component = "mctrl"
import sys