mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
5 lines
132 B
Bash
Executable file
5 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# Add the $Id: $ construct to a Fortran file. For simplicity it is simply appended.
|
|
#
|
|
echo "c \$Id: \$" >> $1
|