bake/README
Emil 648f28ca24
Updated README with BOP date
Funny thing, I got really mad when I mistakely uploaded baked-semi, which was a ELF file that contained a semi-stable version of the program which I was using to implement the new features safetly, and when I realized this I just did the 'natural thing' of deleting the .git directory and reintializing and git pushing with --force, so I added this note to make this mistake known. I have project history saved locally, however I doubt I'll end up using it. I wish git was more mutable.
2023-09-27 06:05:22 +00:00

30 lines
1.1 KiB
Plaintext

baked, a baking accessory for all your embedded scripts needs.
Simply embed EXEC: and :STOP into any file and it'll run just fine, example:
EXEC:shell command ...:STOP
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.
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
baked was inspired by Shake (formerly eMake), written by anon, which
you may view at <http://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/shake>
Shake compatibility may be enabled with `CFLAGS='-DSHAKE_COMPAT' baked
baked.c', the format is `@COMPILECMD ...\n' a functioning example my
be found along side the other examples in `baked.c'.
Baked is licensed under the GPLv3, See LICENSE.
Baked began on September 13th, 2023.