From d55d22b76536a55f65d8d252f59ed117a1f9bb08 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Wed, 24 Apr 2024 11:51:56 +0100 Subject: [PATCH] Delete fixapi.sh --- fixapi.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 fixapi.sh diff --git a/fixapi.sh b/fixapi.sh deleted file mode 100755 index f3dc8bd..0000000 --- a/fixapi.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Define the old and new URLs -OLD_URL="https://notes.canary.hectabit.org/api" -NEW_URL="https://notes.canary.hectabit.org/api" - -# Recursively search and replace in files under the current directory -find . -type f -exec sed -i "s|$OLD_URL|$NEW_URL|g" {} +