save repo
This commit is contained in:
parent
6c2a1efe86
commit
cd2ef89f90
2 changed files with 6 additions and 0 deletions
6
init.sh
Normal file
6
init.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
source config
|
||||||
|
find -type file | xargs sed -i "s/$mainfile/${mainfile}/g"
|
||||||
|
find -type file | xargs sed -i "s/$course/${course}/g"
|
||||||
|
find -type file | xargs sed -i "s/$stylefile/${stylefile}/g"
|
||||||
|
find -type file | xargs sed -i "s/$repo/${repo}/g"
|
||||||
|
find -type file | xargs sed -i "s/$term/${term}/g"
|
Loading…
Reference in a new issue