shithub: rgbds

Download patch

ref: fef168b2a56b61785147aef77e054d5dff966c08
parent: 4a4b22c78cb2729cf06ffd1c401275c7f5334bad
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Nov 23 17:12:57 EST 2021

Add the new completion scripts to checkdiff

--- a/contrib/checkdiff.bash
+++ b/contrib/checkdiff.bash
@@ -69,11 +69,17 @@
            "Did the rgblink CLI change?"
 dependency src/link/main.c       contrib/zsh_compl/_rgblink \
            "Did the rgblink CLI change?"
+dependency src/link/main.c        contrib/bash_compl/_rgblink.bash \
+           "Did the rgblink CLI change?"
 dependency src/fix/main.c        src/fix/rgbfix.1 \
            "Did the rgbfix CLI change?"
 dependency src/fix/main.c        contrib/zsh_compl/_rgbfix \
            "Did the rgbfix CLI change?"
+dependency src/fix/main.c        contrib/bash_compl/_rgbfix.bash \
+           "Did the rgbfix CLI change?"
 dependency src/gfx/main.c        src/gfx/rgbgfx.1 \
            "Did the rgbgfx CLI change?"
 dependency src/gfx/main.c        contrib/zsh_compl/_rgbgfx \
+           "Did the rgbgfx CLI change?"
+dependency src/gfx/main.c        contrib/bash_compl/_rgbgfx.bash \
            "Did the rgbgfx CLI change?"