mirror of
https://codeberg.org/tnc/doit.git
synced 2026-07-28 14:38:11 +00:00
command runner in c
- C 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .doit | ||
| .clang-format | ||
| .gitignore | ||
| compileconfig.def.conf | ||
| doit.c | ||
| README | ||
888 dMP dMMMMMMP e88 888 e88 88e amr dMP d888 888 d888 888b dMP dMP Y888 888 Y888 888P dMP dMP "88 888 "88 88" dMP dMP doit is a command runner written in c that executes posix-compliant shell scripts (recipes). it maps the command 'doit <name>' to the script located at '.doit/<name>.recipe'. add '# depends: <name>' at the top of a recipe to declare a dependency, the dependency will be run before the dependent recipe.