tStrictly follow BRE to generate nodes.h - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit dfe2032d4ffa7fc7720f48ee3978de34ba23d9e9
 (DIR) parent b6e13264e1b65b7b5f6fc20f3258389a35e07367
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Mon, 21 Nov 2022 14:43:29 +0100
       
       Strictly follow BRE to generate nodes.h
       
       The '+' sign is not part of BRE, thus generating an invalid nodes.h
       on OpenBSD.
       
       Diffstat:
         M nodegen                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/nodegen b/nodegen
       t@@ -7,6 +7,6 @@ jq --tab '[.nodes[] |
                select(.last_ping > 0) |
                select(.tcp_ports | length > 0) |
                {".addr4": .ipv4, ".addr6": .ipv6, ".udp_port": .port, ".tcp_port": .tcp_ports[0], ".idstr": .public_key}]' |
       -sed 's/"-"/NULL/; s/"NONE"/NULL/; s/"\(\.[0-9a-z_]\+\)":/\1 =/; 1d; $d'
       +sed 's/"-"/NULL/; s/"NONE"/NULL/; s/"\(\.[0-9a-z_][0-9a-z_]*\)":/\1 =/; 1d; $d'
        
        echo '};'