#!/bin/sh

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

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