diff --git a/bin/.bin/fixquotes b/bin/.bin/fixquotes new file mode 100755 index 00000000..aa148d67 --- /dev/null +++ b/bin/.bin/fixquotes @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sed 's/[“”]/"/g; s/[‘’]/'"'"'/g'