-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathman.html
More file actions
45 lines (37 loc) · 871 Bytes
/
man.html
File metadata and controls
45 lines (37 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: zz --help — O manual das Funções ZZ
title_suffix: false
redirect_from: /zzajuda.html
---
<style>
#content h2 span {
float: right;
font-size: 50%;
}
#content h2 span a {
text-decoration: underline;
}
#content h2 span a:link {
color: blue;
}
#content h2 span a:visited {
color: purple;
}
#content pre {
background-color: #eee;
color: black;
}
</style>
<div class="toc">
<ul>
{% for item in site.data.help %}
<li><a href="#{{ item[0] }}">{{ item[0] }}</a></li>
{% endfor %}
</ul>
</div>
{% for item in site.data.help %}
<h2 id="{{ item[0] }}">{{ item[0] }} <span><a href="https://github.com/funcoeszz/funcoeszz/blob/master/zz/{{ item[0] }}.sh">código no GitHub</a> →</span></h2>
<pre>
{{ item[1] | escape }}
</pre>
{% endfor %}