Bash Script Structure: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
       └─ bash/
       └─ bash/
           └─ java/
           └─ java/
             ├─ com
             ├─ com/
             │  ├─ ebis/
             │  ├─ ebis/
             │  └─ ehis/
             │  └─ ehis/
             └─ org
             └─ org/
                 ├─ amqp/
                 ├─ amqp/
                 ├─ core/
                 ├─ core/

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