Adds fix quotes

This commit is contained in:
Jonathan Hodgson 2025-11-09 09:51:35 +00:00
parent 8d7f3eee20
commit 8c0e1ef05a

3
bin/.bin/fixquotes Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sed 's/[“”]/"/g; s/[]/'"'"'/g'