update rename script

This commit is contained in:
Ray Elliott 2020-05-08 13:18:10 +00:00
parent ce1d51f2a5
commit f7ee22cf2e
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ fi
# search and replace
find . -type f -name "*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'
echo
echo "---------------------------------"
echo "Don't forget to edit `style.css`!"
echo "---------------------------------"