Bash Script Structure: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:


  BASH_HOME=$HOME/.shahed/var/bash
  BASH_HOME=$HOME/.shahed/var/bash
  BASH_PATH=$BASH_HOME/zend/biz/bash
  BASH_PATH=$BASH_HOME/php/biz/bash


  ~/.shahed/
  ~/.shahed/
Line 33: Line 33:
     └─ var/
     └─ var/
       └─ bash/
       └─ bash/
           └─ zend/
           └─ php/
             └─ biz/
             └─ biz/
                 ├─ site/
                 ├─ site/

Revision as of 09:57, 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/php/biz/bash
~/.shahed/
   ├─ tmp/
   └─ var/
      └─ bash/
         └─ php/
            └─ biz/
               ├─ site/
               └─ bash/
                  ├─ init
                  ├─ make
                  ├─ make/all
                  ├─ pull
                  ├─ push
                  └─ sync