baz-perf-plugin/plugin/functions/perf-fun1
Ari Archer d2c32391df
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-24 02:54:30 +03:00

4 lines
71 B
Bash

#!/usr/bin/env bash
_init_completion -s || return
COMPREPLY=("hello")