command runner in c
Find a file
2026-04-23 18:33:02 +10:00
.doit init 2026-04-23 18:33:02 +10:00
.clang-format init 2026-04-23 18:33:02 +10:00
.gitignore init 2026-04-23 18:33:02 +10:00
compileconfig.conf init 2026-04-23 18:33:02 +10:00
doit.c init 2026-04-23 18:33:02 +10:00
README init 2026-04-23 18:33:02 +10:00

     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'.