save
This commit is contained in:
parent
6ce81c5a5a
commit
5f811b5d71
2 changed files with 3 additions and 1 deletions
2
config
2
config
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
mainfile='2021_Systemnahe_Programmierung'
|
mainfile='2021_Systemnahe_Programmierung'
|
||||||
course='Systemnahe Programmierung'
|
course='Systemnahe Programmierung'
|
||||||
|
|
2
init.sh
2
init.sh
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source config
|
source config
|
||||||
find -type f | xargs sed -i "s/\/${mainfile}/g"
|
find -type f | xargs sed -i "s/\/${mainfile}/g"
|
||||||
find -type f | xargs sed -i "s/\/${course}/g"
|
find -type f | xargs sed -i "s/\/${course}/g"
|
||||||
|
|
Loading…
Reference in a new issue