#!/bin/bash
/usr/bin/rrdtool update /home/oh3nwq/geiger/geiger.rrd N:$1
printf "%.3f\n" "$1" > /mnt/ram/geiger.now

