#!/bin/sh
# Start script for the DiskSearch tool. On some systems you may need
# to modify the name of the Python executable (e.g. "python2.2").
# Stefan Saring & Mathias Obst, 2004/11/04

cd /usr/local/share/disksearch
python disksearch.py $*
