mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-06-02 07:01:30 -04:00
Generated using script: for file in \$(find ./legacy -type f | \grep -E "\.cpp|\.h") do mv $file temp.xxx cp gplheader $file cat temp.xxx >> $file done