also replace gitlab
This commit is contained in:
parent
465036561c
commit
055c27ed9b
1 changed files with 1 additions and 0 deletions
1
init.sh
1
init.sh
|
@ -60,6 +60,7 @@ find -type f | xargs sed -i "s/\$term/$(printf '%s\n' "$term" | sed -e 's/[\/&]/
|
|||
find -type f | xargs sed -i "s/\$lecturer/$(printf '%s\n' "$lecturer" | sed -e 's/[\/&]/\\&/g')/g"
|
||||
find -type f | xargs sed -i "s/\$assistant/$(printf '%s\n' "$assistant" | sed -e 's/[\/&]/\\&/g')/g"
|
||||
find -type f | xargs sed -i "s/\$author/$(printf '%s\n' "$author" | sed -e 's/[\/&]/\\&/g')/g"
|
||||
find -type f | xargs sed -i "s/\$gitlab/$(printf '%s\n' "$gitlab" | sed -e 's/[\/&]/\\&/g')/g"
|
||||
|
||||
# init new repo
|
||||
git init
|
||||
|
|
Loading…
Reference in a new issue