mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
tests: broadcast_tx with tmsp; p2p
This commit is contained in:
7
scripts/glide/parse.sh
Normal file
7
scripts/glide/parse.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
GLIDE=$1
|
||||
LIB=$2
|
||||
|
||||
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'
|
Reference in New Issue
Block a user