Direct binaries in Zesk Build
The included binaries at bin/build/ are:
tools.sh-sourcethis to load all of Zesk Build. Run it with a defined function to run that function:bin/build/tools.sh urlFetch 'https://.../'deprecated.sh- Run this on your code to update it to the latest. May break it, so use source control.repair.sh-identicalRepairwith some automatic configuration for your projectmap.sh-mapEnvironmentbut can operate standalone (can move and run independently of other code)need-bash.sh- For Docker image installs which lack bash (usually runningsh). This script enables install ofbashto runtools.shproperly. (used byalpineContainerspecifically)bash-build.sh- Ensures base packages in an operating system exist and loadsZesk Buildand sets up a.bashrcfile with any desired configuration
The other binaries at bin/build/ are:
application.sh- Copy this to your project to yourbindirectory and createbin/tools- loads Zesk Build and your toolsinstall.sample.sh- Create your owninstall-bin-build.shtest.sample.sh- Create your ownbin/test.sh
Reviewed: 2026-01-05