#!/bin/bash
# quickyl nest an x server

Xephyr -br -ac -noreset -screen 800x600 :1 &
sleep 3
DISPLAY=:1 $@
