hotsanic |
Subversion Repositories: |
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