4 lines
79 B
Bash
4 lines
79 B
Bash
|
#/usr/bin/env bash
|
||
|
WORDLIST=`emt -completion-list`
|
||
|
complete -W "$WORDLIST" emt
|