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