Add search-and-replace.sh

This commit is contained in:
Tracker-Friendly 2024-10-14 17:23:58 +01:00
parent 17b73c7aa8
commit 4ba11d1b10
1 changed files with 3 additions and 0 deletions

3
search-and-replace.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/ailur-dev.lndo.site/ailur.dev/g' ailur.xml
echo "Done"