#!/bin/sh

# Script to start a Xserver

DISPLAY=:$1
DISPLAY_NUMBER=$1
export DISPLAY DISPLAY_NUMBER

pkg console x $2 $3
