mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-05-16 10:47:03 +00:00
4 lines
156 B
Bash
4 lines
156 B
Bash
#!/bin/sh
|
|
|
|
# url-encode '%' char: https://github.com/gohugoio/hugo/issues/4586
|
|
sed -i 's/#51%_attack/#51%25_attack/g' ./content/posts/monerop2pool/index.md
|