add bash autocomplete to the deb file

This commit is contained in:
Jeff Carr 2025-09-25 01:21:19 -05:00
parent 5e60e8d76d
commit c7dd868ffc
1 changed files with 4 additions and 0 deletions

4
build Executable file
View File

@ -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