blob: b57709d33a998aef8d223dae1953ce38236c4477 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
# added 2023-04-20 by Théo Bertin, released under ASL 2.0
## Uncomment for debugging
#export RS_REDIR=-d
export USE_VALGRIND="YES"
source ${srcdir:=.}/imhiredis-subscribe.sh
|