#!/bin/sh

# $Id: start_xnest,v 1.1 2009-02-13 16:21:15 potyra Exp $
#
# Copyright (C) 2005-2009 FAUmachine Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.

echo "starting Xnest, this takes 10 seconds"
echo :$1 > xnest
Xnest :$1 &> /dev/null &
sleep 10

