Guides
Zesk Build Guides
- Coding in Bash
- Testing Tools
- Environment file formats - Docker vs. Bash-compatible environment files
- Direct binaries - Code you can call from the shell directly
- Guide to types - Data types supported by Zesk Build
- Function Documentation - Zesk Build supports documentation via the comment above a Bash function.
- Identical - The identical tool
- Hooks - Hooks are called by Zesk Build at various times and allow for extension and customization of various behaviors.
- Installer - Build your own standalone installer script using Zesk Build
- Artifacts - Known artifacts generated by build tools
Bash guides
bash has been in existence since 1979 (
see bash) and has a long history as a steady and stable shell to bootstrap
your systems.
FUNCNAMEandBASH_SOURCEnotestestcheatsheet - Bashtestand[ ]expressions- Bash cheatsheet -
shoptandsetmeanings - Bash FAQ - Raw, original document.