#!/bin/sh
# Script to launch the tracedaemon

tracedaemon -ts$1 -c /dev/tracer $2.trace $2.proc
