#!/bin/bash

# In contrast to Ubuntu, SUSE/openSUSE does not use the Yama
# security module to limit ptrace() capabilities.
# So if you hack your own game process, then you do not need
# root privileges.

DATADIR=/usr/share/gameconqueror

$DATADIR/GameConqueror.py "$@"
