ditch glide

This commit is contained in:
Anton Kaliaev
2018-02-27 17:20:56 +04:00
parent 93732b4c1e
commit 8dd06cf197
15 changed files with 69 additions and 419 deletions

View File

@ -0,0 +1,6 @@
#! /bin/bash
set -euo pipefail
LIB=$1
dep status | grep "$LIB" | awk '{print $4}'