summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:40:29 -0500
committerJeff Carr <[email protected]>2025-09-25 01:40:29 -0500
commitdff8b6fc2b615469e660ebbaa2824fc51b366e40 (patch)
treef7fff9de685851f51f2c95ec9f4ce93c770594cd /build
parent007d320fc9d73b90d515303a8429a558deb3dec4 (diff)
add bash autocomplete file to .deb packagev0.0.114v0.0.113v0.0.112v0.0.111
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..aa94c5f
--- /dev/null
+++ b/build
@@ -0,0 +1,4 @@
+#!/bin/bash -x
+
+mkdir -p files/usr/share/bash-completion/completions/
+go-mod-clean --bash > files/usr/share/bash-completion/completions/go-mod-clean