cat and delete config

This commit is contained in:
Maximilian Keßler 2022-02-15 23:58:47 +01:00
parent e04f1cc145
commit 62d080b0f8

View File

@ -6,6 +6,7 @@ then
exit
fi
{ ## DO NOT REMOVE THIS OR EVERYTHING BLOWS UP
cat config
source config
find -type f | xargs sed -i "s/\$mainfile/$(printf '%s\n' "$mainfile" | sed -e 's/[\/&]/\\&/g')/g"
find -type f | xargs sed -i "s/\$course/$(printf '%s\n' "$course" | sed -e 's/[\/&]/\\&/g')/g"
@ -21,6 +22,7 @@ mv latexmkrc .latexmkrc
mv ci .ci
rm init.sh
rm -rf .git
rm config
git init
git add .
git commit -m "initial commit"