#!/bin/bash

mv $2 $1.orig.tmp
cat $1.orig.tmp | sed s/modules\\/standard\\/gen\\/[a-z0-9_\-]*/modules\\/standard\\/gen\\/\.\.\./ > $2
