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