From 4ba11d1b10320022bd9e9010a453bf9d8f8ac6e2 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 14 Oct 2024 17:23:58 +0100 Subject: [PATCH] Add search-and-replace.sh --- search-and-replace.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 search-and-replace.sh 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