#!/bin/sh if [ -n "$1" ];then rmmod ds18b20_224 make -j 2 insmod ds18b20_224.ko sleep 2 fi for i in `seq 1 10` do show-temp done