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

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