#!/bin/rc

hget http://api.wordreference.com/b3c51/json/^`{basename $0}^/$* | tr -d '' | \
	grep FirstTranslation | sed 's/.*"term" ?: ?"([^"]+)".*/\1/'
