diff --git a/search-and-replace.sh b/search-and-replace.sh new file mode 100644 index 0000000..703848e --- /dev/null +++ b/search-and-replace.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i 's/ailur-dev.lndo.site/ailur.dev/g' ailur.xml +echo "Done" \ No newline at end of file