Ever burned a cake?
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 944B

8 months ago
123456789101112131415161718192021222324
  1. baked, a baking accessory for all your embedded scripts needs.
  2. Simply embed EXEC: and :STOP into any file and it'll run just fine, example:
  3. EXEC:shell command ...:STOP
  4. you may see a real example in the primary and only source file: `baked.c',
  5. and in `install.sh'. this is not targeted toward any language and should
  6. be fairly flexible, especially when multi-line comments are available.
  7. Name/arg extension:
  8. $@: the name of the executed file
  9. $*: the text of the filename before the last dot
  10. $+: the remaining arguments to baked
  11. baked was inspired by Shake (formerly eMake), written by anon, which
  12. you may view at <http://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/shake>
  13. Shake compatibility may be enabled with `CFLAGS='-DSHAKE_COMPAT' baked
  14. baked.c', the format is `@COMPILECMD ...\n' a functioning example my
  15. be found along side the other examples in `baked.c'.
  16. Baked is licensed under the GPLv3, See LICENSE.