repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use configured resolution for login/outgame/ingame
[ryzomcore.git]
/
ryzom
/
tools
/
scripts
/
linux
/
shard
blob
8c69d7c72ff6866f54e6c72070c60ec02f16813e
1
#!/bin/sh
2
if
[
-z
"
${RYZOM_PATH+xxx}
"
];
3
then
4
echo
"ERROR: The variable RYZOM_PATH must be set! (e.g. /home/username/ryzom/code/ryzom)"
;
5
exit
1
;
6
fi
7
cd
$RYZOM_PATH
/
server
8
/
bin
/
sh
$RYZOM_PATH
/
tools
/
script
s
/
linux
/
ryzom_domain_screen_wrapper.sh $
*