Bash Script Structure: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "==Bash for Chorke== ~/.chorke/ ├─ tmp/ └─ var/ └─ bash/ └─ java/ ├─ com │ ├─ ebis/...")
 
No edit summary
Line 13: Line 13:
                 ├─ ecma/
                 ├─ ecma/
                └─ init/
                └─ init/
                  ├─ init
                   ├─ make
                   ├─ make
                   ├─ make/all
                   ├─ make/all
Line 27: Line 28:
                 ├─ site/
                 ├─ site/
                 └─ bash/
                 └─ bash/
                  ├─ init
                   ├─ make
                   ├─ make
                   ├─ make/all
                   ├─ make/all
                   ├─ pull
                   ├─ pull
                   └─ push
                   └─ push

Revision as of 12:55, 8 January 2018

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