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