#!/bin/sh
# $Id: launchy,v 1.1 2005/05/10 03:26:32 friedman Exp $
# Stupid hack for `launchy' firefox plugin which does not split args.

eval exec "$*" >> $HOME/.xinitrc.log 2>&1 &
