From 6660615b76710b3295191f1c3de5e9e4b5bddb17 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 27 Feb 2024 04:19:55 +0000 Subject: [PATCH] decomperess manpage --- bake.1 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ bake.1.gz | Bin 800 -> 0 bytes 2 files changed, 52 insertions(+) create mode 100644 bake.1 delete mode 100644 bake.1.gz diff --git a/bake.1 b/bake.1 new file mode 100644 index 0000000..5b1cdd7 --- /dev/null +++ b/bake.1 @@ -0,0 +1,52 @@ +.\" MODIFIED FILE! It was initially generated by help2man 1.49.3. +.TH BAKE "1" "January 2024" "bake 20240124" "User Commands" +.SH NAME +.B bake +\- file embeddable scripts +.SH SYNOPSIS +.B bake +[option] target\-file [\fBarguments\fP ...] +.SH DESCRIPTION +Use the format `\fB@BAKE\fP cmd ...' within the target\-file, this will execute the +rest of line, or until the first \fB@STOP\fR marker. + +This format may be embedded within \fBbinary files\fP, or any file where no unwanted preceding +instance of +.B @BAKE +appears. + +\fBShake\fP does not support some features of \fBBake\fP, such as \fB@STOP\fP or \fBbinary files\fP, +please avoid its use. + +Options [Only one, Must always be put first] + +.HP +.B \-v \-\-version, \-h \-\-help, \-n \-\-dry\-run +.PP +Expansions + +These will expand to their counterpart statically first thing. +These may only be inserted inside of markers. +.TP +.B $@ +returns target\-file (abc.x.txt) +.TP +.B $* +returns target\-file without suffix (abc.x.txt \-> abc.x) +.TP +.B $+ +returns +.B arguments +.SH EXAMPLE +.\" SRC BEGIN (example.c) +.EX +// example.c +// @BAKE cc $@ -o $* +#include +int main (void) { + printf("Hello."); +} +.EE +.SH COPYRIGHT +.PP +Licensed under the GNU Public License version 3 only, see . diff --git a/bake.1.gz b/bake.1.gz deleted file mode 100644 index 90b44f98e2f0dbee3d1635d1ac8b125f7b054617..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 800 zcmV+*1K<1~iwFp;0?lOr17cxoWiBxQZB%V<+cpsX&R=o!1}xcPIxqdw7X*zHHTIU+ zLhJ%9q5z|%lSPyw1(K?54EyiBqusO}YQVORyqD*B?oP58!2SGY`fi%tz`N;P_6xu? z!bSzqR!6Oj*})nudKIyP)eago-Fd4loXHn2<%JY-If3!j-x&i+wek|%S*?o&PhN8|vO8Jx$++>UEhiSf?&S!$KKx`0d z=UWxw9}0TQL^z;qD-QY{Haa%iCcp1XoY095bZZRY7Rx@ST*70B;A$}1l8^Jy+o;XH zjP`WLMHb6>UepiJD*p++6k^G_4lr7^gVk37Nb&;!id$*R%5r%omC`G_KY&ex9>F>) zxKWmS)p;zj(snJh4N=(=2^b5PND9?;sC=O6lzP#Sn9RF!7${4G(085l^zT}Njw<#< zjhT`6c<+2dPGti$D&I)u4C*IXMQ2cv-s-c{73dhC4@kA=seJ(+=avS|v1s=_$)wCi z?E(wY^>HuVlMr%}Gl63GnZERkK2Y=t8BIFi*<{NmtMa>I=zA+41K4VdQ?%DX#@7X<3_CIA)Nc<7&Kudfzh+(^q?!&`Ow?I>ya@3 z_LgRYL?o_1jOzbBM`~5dt&H1v{2ckm&m(y-T+f}VYrXw0lE_~|vcBc`^J@;ao>wES zME2q8KEI;Tp!-?Q{l5xK%ARO_r1-`yfUmcs^kx4H1+j5rd&)kiTkMnx5Fd z39-^nHkUMbJkK<}N8I*f_*XE;&eM5)G?<_lji*9G{A@5g4mvFd+!x+Ft>IY3F5{4$mF1#9zHk*xH+g>`q9+`bW7_B=~ e3@_wqG33Rll%c_sO>E7j6kh