jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [tools/] [checkversions.sh] - Rev 24 Go to most recent revision

Compare with Previous - Blame - Download


#!/usr/bin/env sh

if [ -e settings ] ; then . settings ; fi
if [ -e ../settings ] ; then . ../settings ; fi
$BINPATH/rrdtool | grep Copyright

if [ -e /proc/version ] ; then cat /proc/version ; fi
uname -a

Powered by WebSVN 2.2.1