remove license on init
This commit is contained in:
parent
8101a9c865
commit
0b09130118
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -41,7 +41,7 @@ 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 config README.md
|
rm init.sh config README.md LICENSE
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
|
||||||
# move template files into this directory
|
# move template files into this directory
|
||||||
|
|
Loading…
Reference in a new issue