There was an error while loading. Please reload this page.
1 parent 267f60c commit d6729ebCopy full SHA for d6729eb
Header-creator.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+for f in *.cpp; do
3
+echo Processing $f
4
+cat header $f > $f.new
5
+mv $f.new $f
6
+done
7
+echo Process finished
0 commit comments