From 5d64d0e0661e4b37ef34aa2d69a0430d9ee07899 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Fri, 1 Dec 2006 19:29:09 +0000 Subject: [PATCH] Copyright and a little description of what it is. --- utils/rpcgrab.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/utils/rpcgrab.sh b/utils/rpcgrab.sh index 3b86c198a..2fc1b2489 100644 --- a/utils/rpcgrab.sh +++ b/utils/rpcgrab.sh @@ -1,4 +1,15 @@ #!/bin/sh +# +# EMULAB-COPYRIGHT +# Copyright (c) 2005 University of Utah and the Flux Group. +# All rights reserved. +# + +# +# Hack script to extract the latest temp/power/current values from the RPC +# power controller logs. Used to generate data for the cricket grapher. +# Uses the ancient Utah "reverse cat" tac program. +# tac=/usr/site/bin/tac -- GitLab