# cd /usr/game
# sh run.sh
# Coming Soon
if [ `id -u` = "root" ]; then
echo "Sistema Raiz Hata Comum" 1>&2
exit 1
fi
ROOT=$PWD
cd $ROOT && sh limpar.sh
chmod u=rwx,g=r,o=r $ROOT/share/bin/game
chmod u=rwx,g=r,o=r $ROOT/share/bin/db
chmod u=rwx,g=r,o=r $ROOT/share/settings/vrunner...