Bash Script Structure: Difference between revisions
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 18: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