delete everything

This commit is contained in:
Liamsi
2018-06-20 15:19:08 -07:00
parent 37385cb1d4
commit 96a3502126
533 changed files with 0 additions and 70350 deletions

View File

@@ -1,14 +0,0 @@
#! /bin/bash
set +u
if [[ "$DEP" == "" ]]; then
DEP=$GOPATH/src/github.com/tendermint/tendermint/Gopkg.lock
fi
set -u
set -euo pipefail
LIB=$1
grep -A100 "$LIB" "$DEP" | grep revision | head -n1 | grep -o '"[^"]\+"' | cut -d '"' -f 2