#!/bin/sh

if [ "$USER" = "" ]; then
  export USER=root
fi

exec /usr/bin/python /usr/lib64/xsconsole/XSConsole.py $@
