4 lines
71 B
Bash
4 lines
71 B
Bash
#!/usr/bin/env bash
|
|
|
|
_init_completion -s || return
|
|
COMPREPLY=("hello")
|