#!/bin/sh
#  Script for launching KDE3 applications from outside of the KDE3 desktop

PATH="/usr/lib/kde3/bin:$PATH" exec "$@"
