add bash completion support

This fixes #188.
This commit is contained in:
William Hubbs
2017-12-06 13:21:25 -06:00
parent a2447dfb42
commit d220fc2723
8 changed files with 254 additions and 1 deletions

11
bash-completion/Makefile Normal file
View File

@@ -0,0 +1,11 @@
DIR= ${BASHCOMPDIR}
CONF= openrc \
openrc-service-script \
rc-service \
rc-status \
rc-update \
MK= ../mk
include ${MK}/os.mk
include ${MK}/scripts.mk