update rename script
This commit is contained in:
parent
ce1d51f2a5
commit
f7ee22cf2e
|
@ -15,3 +15,8 @@ fi
|
||||||
# search and replace
|
# search and replace
|
||||||
|
|
||||||
find . -type f -name "*.php" -print0 | xargs -0 sed -i '' -e 's/understrap/'"$_name"'_/g'
|
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 "---------------------------------"
|
||||||
|
|
Reference in New Issue