#!/usr/bin/env bash
# macro-etym -- analyze etymological composition of a text
# Requires: pip install macroetym
file="${1:?Usage: macro-etym <file>}"
macroetym "$file"
