From dff8b6fc2b615469e660ebbaa2824fc51b366e40 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 01:40:29 -0500 Subject: add bash autocomplete file to .deb package --- build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build (limited to 'build') 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 -- cgit v1.2.3