From c7dd868ffcecba5fa319bb2364e0adebdda64030 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:21:19 -0500 Subject: [PATCH] add bash autocomplete to the deb file --- build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build 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