Bash Script Structure: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
==Bash for Chorke== | ==Bash for Chorke== | ||
BASH_HOME=$HOME/.chorke/var/bash | |||
BASH_PATH=$BASH_HOME/java/org/init | |||
~/.chorke/ | ~/.chorke/ | ||
├─ tmp/ | ├─ tmp/ | ||
Revision as of 15:18, 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
Bash for Shahed
~/.shahed/
├─ tmp/
└─ var/
└─ bash/
└─ zend/
└─ biz/
├─ site/
└─ bash/
├─ init
├─ make
├─ make/all
├─ pull
└─ push