Bash Script Structure

From Chorke Wiki
Revision as of 12:55, 8 January 2018 by Shahed (talk | contribs)
Jump to navigation Jump to search

Bash for Chorke

~/.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