summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 02:40:24 -0500
committerJeff Carr <[email protected]>2025-09-25 02:40:24 -0500
commit89c9b46f8b06c882dbc60d2cdf4c19b50397acbc (patch)
tree1a7213fff73f0d9b7fcef82bc24be7348a66b745 /build
parent8ab09243500576460a9e5b12cae0b997933d6577 (diff)
new argv bash completionv0.0.38v0.0.37v0.0.36v0.0.35v0.0.34
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
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