summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 05:03:12 -0500
committerJeff Carr <[email protected]>2025-09-25 05:03:12 -0500
commit2d5506b5fafd6eea6401ab3b253820c528882574 (patch)
tree4fe7bba9a9f5f9af57fdcb4945d9e5b0f0b964a4 /build
parentfabf425958a25bc3b83104aad25cad8adbe31a89 (diff)
add bash autocompletev0.5.9v0.5.10
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..1719218
--- /dev/null
+++ b/build
@@ -0,0 +1,4 @@
+#!/bin/bash -x
+
+mkdir -p files/usr/share/bash-completion/completions/
+autogenpb --bash > files/usr/share/bash-completion/completions/autogenpb