From 8b3e6d830d2c718e31b0a452c38ff63457626aa8 Mon Sep 17 00:00:00 2001 From: zimoch Date: Mon, 22 Feb 2016 08:53:19 +0000 Subject: [PATCH] CVS info added --- libversionShow | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libversionShow b/libversionShow index 6cb230f..a26c747 100755 --- a/libversionShow +++ b/libversionShow @@ -11,3 +11,5 @@ wget -q -O - "http://epics-boot-info.psi.ch/libinfo.ashx?ioc=$IOC&format=csv&sep {l[i] = $2; v[i]=$3; d[i]=$4; if (length($2)>ll) {ll=length($2)}; if (length($3)>lv) {lv=length($3)}; i++ } END {for (i in l) { printf ("%-*s %-*s %s\n", ll, l[i], lv, v[i], d[i]) } } ' + +# $Header: /cvs/G/EPICS/App/scripts/libversionShow,v 1.2 2016/02/22 08:53:19 zimoch Exp $