1
0
mirror of https://git.lain.church/bake/bake.git synced 2025-05-17 00:56:43 +00:00
2023-09-28 18:33:29 +00:00
2023-09-27 05:28:54 +00:00
2023-10-10 02:19:53 +00:00

Baked, embed scripts into files.

Executes @EXEC to the end of the line or STOP@ within in any given file.

you may see a real example in the primary and only source file: `baked.c'.
this is not targeted toward any language and should be fairly flexible,
especially when multi-line comments are available.

Buildng

Initial building may be done by examining and running `install.sh',
if you don't want to install it right away, run `SUDO= TARGET=. ./install.sh'

Name/Arg extension

$@: the name of the executed file
$*: the text of the filename before the last dot
$+: the remaining arguments to Baked

Options extension

only one option may be in use at a time, and must come as the first argument.

-h, --help: displays help message, similiarly to empty input.
-n, --dry-run: DRYRUN, does NOT run anything!

Notes

Baked was inspired by the Bash-based Shake utility (formerly eMake,
he liked my suggestion for a name), written by an anon, which you may
view at: <http://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/shake>

Baked is licensed under the GPLv3, See LICENSE.

Baked began on September 13th, 2023.
Description
bake bake bake bake bake
Readme 233 KiB
Languages
Lex 53.4%
Shell 22.5%
Roff 14.6%
Awk 9.5%