mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
mv $1 temp.xxx
|
|
cp gplheader $1
|
|
cat temp.xxx >> $1
|