#!/usr/local/bin/bash

sed 's/\.cc/\.cpp/g' $1 > /tmp/d
mv -f /tmp/d $1
