Bash Script Structure

From Chorke Wiki
Jump to navigation Jump to search

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/php/biz/bash
~/.shahed/
   ├─ tmp/
   └─ var/
      └─ bash/
         └─ php/
            └─ biz/
               ├─ site/
               └─ bash/
                  ├─ init
                  ├─ make
                  ├─ make/all
                  ├─ pull
                  ├─ push
                  └─ sync