#!/bin/bash DIGITEMP="./digitemp_DS2490" if ! test "`whoami`" = "root" then echo "Du musst root sein" exit 0 fi if ! test -e .digitemprc then $DIGITEMP -sUSB -w $DIGITEMP -sUSB -i fi $DIGITEMP -sUSB -a -r750