remove old 'template' directory
This commit is contained in:
parent
f93dcb23a4
commit
8101a9c865
1 changed files with 4 additions and 3 deletions
7
init.sh
7
init.sh
|
@ -41,14 +41,15 @@ find -type f | xargs sed -i "s/\$term/$(printf '%s\n' "$term" | sed -e 's/[\/&]/
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# clean up meta files
|
# clean up meta files
|
||||||
rm init.sh
|
rm init.sh config README.md
|
||||||
rm config
|
|
||||||
rm README.md
|
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
|
||||||
# move template files into this directory
|
# move template files into this directory
|
||||||
mv template/* .
|
mv template/* .
|
||||||
mv template/.* .
|
mv template/.* .
|
||||||
|
rmdir template
|
||||||
|
|
||||||
|
# Rename files
|
||||||
mv mainfile.tex $mainfile.tex
|
mv mainfile.tex $mainfile.tex
|
||||||
mv stylefile.sty $stylefile.sty
|
mv stylefile.sty $stylefile.sty
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue