#!/bin/sh
target=$(iconv -f UTF-8-MAC -t UTF-8 <<< "$1")
mpc insert "$target"
