#!/bin/sh test -e "/dev/$1" || { echo "USAGE: $0 "; exit 1; } stap -c "dd if=\"/dev/$1\" of=/dev/null bs=1M" device.stp "$1"