#! /bin/sh

ps uxww |
  # Skip the perl process itself.
  perl -ne "!/perl -ne/ && s{^.*vcsn.compile.*'.*?/plugins/(.*?)\.cc'.*$}{\$1}g && print \$_"
