rebranding from the nihilism blog to the opsec bible

This commit is contained in:
nihilist 2025-06-19 08:38:12 +02:00
parent 9ce326b6eb
commit f978ff9ea4
3 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# The Nihilism OPSEC blog # The Opsec Bible
## Work on blog posts ## Work on blog posts

@ -1 +1 @@
Subproject commit fb0067d890e70a133a1a0acabb98dc53226e74ee Subproject commit d2f56a8128f4144dfdf88e2436c6495e42fd6e13

11
scripts/sed.sh Executable file
View file

@ -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