#!/bin/sh
# from https://www.jvt.me/posts/2022/04/28/cli-remove-smartquotes/
sed -i -E "s/‘|’/'/g;s/“|”/\"/g" $@
