fix mv erroring: use sed instead

This commit is contained in:
Maximilian Keßler 2022-02-16 13:03:04 +01:00
parent a9408056fd
commit 45b9c85efa

View File

@ -43,8 +43,7 @@ rm init.sh config README.md LICENSE
rm -rf .git
# move template files into this directory
mv template/* .
mv template/.* .
ls -a template | sed -r '/^\.+$/'d | xargs -I '{}' mv template/'{}' .
rmdir template
# Rename files