mirror of
https://git.oxeozero.it.com/oxeo0/blog-contributions.git
synced 2025-07-23 11:00:32 -04: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
|