diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 02:30:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 02:30:52 -0500 |
| commit | 5e8fab62dc79d50e1d4b447db9f6a70bcd14da42 (patch) | |
| tree | f2b44ad9937394b0822ccb1dba8724ef3d4816f7 /build | |
| parent | 144a0cf158c341c81896fbd0f50380381636659b (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/ +regex --bash > files/usr/share/bash-completion/completions/regex |
