From 89c9b46f8b06c882dbc60d2cdf4c19b50397acbc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 02:40:24 -0500 Subject: new argv bash completion --- build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build') diff --git a/build b/build index 26ff29a..cd7381d 100755 --- a/build +++ b/build @@ -6,3 +6,6 @@ cp gus.service files/lib/systemd/system/ mkdir -p files/usr/lib/gus/ cp Makefile.help files/usr/lib/gus/Makefile + +mkdir -p files/usr/share/bash-completion/completions/ +gus --bash > files/usr/share/bash-completion/completions/gus -- cgit v1.2.3