Wiki change shard.sh #41

Open
opened 2018-07-07 13:24:43 +00:00 by HumanG33k · 1 comment
HumanG33k commented 2018-07-07 13:24:43 +00:00 (Migrated from port.numenaute.org)

I improve a little bit the shard.sh from https://khaganat.net/wikhan/fr:shard

#!/bin/bash
export BASEPATH=/home/compil/

export RYHOME=${BASEPATH}/khanat-opennel-code/code
#Change to  RYPATH to be consistant
export RYZOM_PATH=${BASEPATH}/khanat-opennel-code/code/ryzom
export PATH=$PATH:${BASEPATH}/khanat-opennel-code/code/ryzom/tools/scripts/linux
export RYDATA=${BASEPATH}/khanat-ressources

checkpath()
{
 echo $RYHOME 
 echo $RYZOM_PATH
 echo $PATH
 echo $RYDATA
}

checkpath

It should be add to the wiki.

I improve a little bit the shard.sh from https://khaganat.net/wikhan/fr:shard ```bash #!/bin/bash export BASEPATH=/home/compil/ export RYHOME=${BASEPATH}/khanat-opennel-code/code #Change to RYPATH to be consistant export RYZOM_PATH=${BASEPATH}/khanat-opennel-code/code/ryzom export PATH=$PATH:${BASEPATH}/khanat-opennel-code/code/ryzom/tools/scripts/linux export RYDATA=${BASEPATH}/khanat-ressources checkpath() { echo $RYHOME echo $RYZOM_PATH echo $PATH echo $RYDATA } checkpath ``` It should be add to the wiki.
HumanG33k commented 2018-07-07 13:25:26 +00:00 (Migrated from port.numenaute.org)

changed the description

changed the description
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Khaganat-NeL/khanat-opennel-code#41
No description provided.