#!/bin/sh

# For remote debugging, use screen instead of xterm

screen -d -m "$@"
