From f978ff9ea48ada77e6229f7f0f891fc8eda7f7d9 Mon Sep 17 00:00:00 2001 From: nihilist Date: Thu, 19 Jun 2025 08:38:12 +0200 Subject: [PATCH] rebranding from the nihilism blog to the opsec bible --- README.md | 2 +- docs/opsec | 2 +- scripts/sed.sh | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100755 scripts/sed.sh diff --git a/README.md b/README.md index 4536da9..e053b10 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Nihilism OPSEC blog +# The Opsec Bible ## Work on blog posts diff --git a/docs/opsec b/docs/opsec index fb0067d..d2f56a8 160000 --- a/docs/opsec +++ b/docs/opsec @@ -1 +1 @@ -Subproject commit fb0067d890e70a133a1a0acabb98dc53226e74ee +Subproject commit d2f56a8128f4144dfdf88e2436c6495e42fd6e13 diff --git a/scripts/sed.sh b/scripts/sed.sh new file mode 100755 index 0000000..23a9577 --- /dev/null +++ b/scripts/sed.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +sed -i 's/The Nihilism Opsec Blog/The Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md +sed -i 's/Nihilism Opsec Blog/Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md +sed -i 's/The Opsec Blog/The Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md +sed -i 's/Opsec Blog/Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md + + + +sed -i 's/The Opsec blog/The Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md +sed -i 's/Opsec blog/Opsec Bible/gi' *.md */*.md */*/*.md */*/*/*.md */*/*/*/*.md