influxdb/chronograf/etc/licenses.sh

5 lines
187 B
Bash
Raw Normal View History

2016-11-12 18:48:19 +00:00
#!/bin/sh
for a in `gdl -no-vendored -test -repo ./... | awk 'NR>1 {print $5}'`; do echo \[\]\($a/blob/master/\) ; done
nlf -c |awk -F, '{printf "%s %s \[%s\]\(%s\)\n", $1, $2, $5, $4}'