#! /bin/sh

path=`dirname $0`

while true; do 
	$path/radeonlog_dump $1

	sleep 2
done;
