1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-05 19:42:13 +00:00

7 lines
84 B
Bash
Raw Normal View History

2018-02-27 17:20:56 +04:00
#! /bin/bash
set -euo pipefail
LIB=$1
dep status | grep "$LIB" | awk '{print $4}'