#!/bin/sh if [ -z "$1" ]; then aspell dump master | sort | fzf --no-multi | xargs dict else curl "dict://dict.org/d:$1" fi