From 5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 02:30:52 -0500 Subject: new argv bash completion --- 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..2bcc277 --- /dev/null +++ b/build @@ -0,0 +1,4 @@ +#!/bin/bash -x + +mkdir -p files/usr/share/bash-completion/completions/ +regex --bash > files/usr/share/bash-completion/completions/regex -- cgit v1.2.3