#!/usr/bin/env bash
#
# Add the $Id: $ construct to a Fortran file. For simplicity it is simply appended.
#
echo "c \$Id: \$" >> $1
