#!/bin/sh

sed -e 's/genExtra\([^(]*\)(/genExtra\1Methods(/' $1 > /tmp/d
mv /tmp/d $1
