khanat-opennel-code/code/ryzom/tools/scripts/linux/shard
Guillaume Dupuy 6f1197d633 Allow target to work with sheetName and a quiet option
HG : Enter commit message.  Lines beginning with 'HG:' are removed.
2016-11-28 00:54:33 +01:00

8 lines
248 B
Bash
Executable file

#!/bin/sh
if [ -z "${RYZOM_PATH+xxx}" ];
then
echo "ERROR: The variable RYZOM_PATH must be set! (e.g. /home/username/ryzom/code/ryzom)";
exit 1;
fi
cd $RYZOM_PATH/server
/bin/sh $RYZOM_PATH/tools/scripts/linux/ryzom_domain_screen_wrapper.sh $*