#!/bin/sh
set -e
echo >&2 "warning: something called deprecated script $0"
exec xl "$@"
