diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 01:40:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 01:40:29 -0500 |
| commit | dff8b6fc2b615469e660ebbaa2824fc51b366e40 (patch) | |
| tree | f7fff9de685851f51f2c95ec9f4ce93c770594cd /build | |
| parent | 007d320fc9d73b90d515303a8429a558deb3dec4 (diff) | |
Diffstat (limited to 'build')
| -rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
