This commit is contained in:
Maximilian Keßler 2022-02-15 23:24:20 +01:00
parent 6ce81c5a5a
commit 5f811b5d71
2 changed files with 3 additions and 1 deletions

2
config
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
mainfile='2021_Systemnahe_Programmierung'
course='Systemnahe Programmierung'

View File

@ -1,3 +1,5 @@
#!/bin/bash
source config
find -type f | xargs sed -i "s/\/${mainfile}/g"
find -type f | xargs sed -i "s/\/${course}/g"