Bash Script Structure: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 21: | Line 21: | ||
├─ make/all | ├─ make/all | ||
├─ pull | ├─ pull | ||
└─ | ├─ push | ||
└─ sync | |||
==Bash for Shahed== | ==Bash for Shahed== | ||
Line 40: | Line 41: | ||
├─ make/all | ├─ make/all | ||
├─ pull | ├─ pull | ||
└─ | ├─ push | ||
└─ sync |
Revision as of 09:55, 9 January 2018
Bash for Chorke
BASH_HOME=$HOME/.chorke/var/bash BASH_PATH=$BASH_HOME/java/org/init
~/.chorke/ ├─ tmp/ └─ var/ └─ bash/ └─ java/ ├─ com/ │ ├─ ebis/ │ └─ ehis/ └─ org/ ├─ amqp/ ├─ core/ ├─ ecma/ └─ init/ ├─ init ├─ make ├─ make/all ├─ pull ├─ push └─ sync
Bash for Shahed
BASH_HOME=$HOME/.shahed/var/bash BASH_PATH=$BASH_HOME/zend/biz/bash
~/.shahed/ ├─ tmp/ └─ var/ └─ bash/ └─ zend/ └─ biz/ ├─ site/ └─ bash/ ├─ init ├─ make ├─ make/all ├─ pull ├─ push └─ sync