summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:21:19 -0500
committerJeff Carr <[email protected]>2025-09-25 01:21:19 -0500
commitc7dd868ffcecba5fa319bb2364e0adebdda64030 (patch)
treeb20572e6660cc6a84d96c3197cbad771bb238d9d /build
parent5e60e8d76d84e8c58cc070102fb4fd8848159a24 (diff)
add bash autocomplete to the deb filev0.7.99v0.7.102v0.7.101v0.7.100
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..69c1ffe
--- /dev/null
+++ b/build
@@ -0,0 +1,4 @@
+#!/bin/bash -x
+
+mkdir -p files/usr/share/bash-completion/completions/
+go-clone --bash > files/usr/share/bash-completion/completions/go-clone