This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:testing.tree:start [2021/11/16 14:39] aaldoshin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== First page of new BI-Wiki! ====== | ||
- | |||
- | - by Alexander Aldoshin | ||
- | |||
- | Useful commands> | ||
- | |||
- | <code> | ||
- | mkdir -p myProject/{src,doc,tools,db} | ||
- | |||
- | </code> | ||
- | <code> | ||
- | mkdir -p myProject/{src,doc/{api,system},tools,db} | ||
- | |||
- | </code> | ||
- | |||