summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:53:09 -0500
committerJeff Carr <[email protected]>2025-09-25 01:53:09 -0500
commitf556147358998c4eb11eab8045db96448112a017 (patch)
tree07d93aa78154a8d1f3626e4e49c47dca8e5c8b60 /build
parentdbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (diff)
new argv bash autocompletev0.2.80v0.2.79v0.2.78v0.2.77
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 58ef064..50afaf6 100755
--- a/build
+++ b/build
@@ -3,3 +3,6 @@
# this is the systemd control file
mkdir -p files/usr/bin/
cp ../virtigoctl/virtigoctl files/usr/bin/
+
+mkdir -p files/usr/share/bash-completion/completions/
+virtigo --bash > files/usr/share/bash-completion/completions/virtigo