blob: 66811c5ea9f5a190a49996f3edbb509fe73fec1d (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="./robodoc.css" type="text/css" />
<script src="./robodoc.js"></script>
<title>menu.sh</title>
<!-- Source: ./menu.sh -->
<!-- Generated with ROBODoc Version 4.99.44 (May 7 2025) -->
</head>
<body>
<div id="logo">
<a name="robo_top_of_doc"></a>
</div> <!-- logo -->
<div id="navigation">
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a>
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a>
<a class="menuitem" href="./masterindex.html#top">Index</a>
<a class="menuitem" href="./robo_dirs.html#top">Directories</a>
<a class="menuitem" href="./robo_files.html#top">Files</a>
<a class="menuitem" href="./robo_definitions.html#top">Definitions</a>
<a class="menuitem" href="./robo_modules.html#top">Modules</a>
</div> <!-- navigation -->
<div id="content">
<hr />
<a name="archisofiles2fbin"></a>
<a name="robo2"></a><h2>archisofiles/bin [ Directories ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_dirs.html#robo_top_of_doc">Directories</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>bin</strong> - папка с основными скриптами.
</p>
<hr />
<a name="archisofiles2flib"></a>
<a name="robo3"></a><h2>archisofiles/lib [ Directories ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_dirs.html#robo_top_of_doc">Directories</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>lib</strong> - папка с вспомогательными скриптами.
</p>
<hr />
<a name="archisofiles2fmenu2esh"></a>
<a name="robo4"></a><h2>archisofiles/menu.sh [ Modules ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_modules.html#robo_top_of_doc">Modules</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>menu.sh</strong> - меню для выбора скрипта из <a href="./lib/environment_sh.html#robo5">BIN_DIR</a>.
</p>
<p class="item_name">EXAMPLE</p>
<pre class="source"># chmod +x ./<strong>menu.sh</strong>
# ./<strong>menu.sh</strong>
</pre>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./menu.sh with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2025-05-10 15:30:02</p>
</div> <!-- footer -->
</body>
</html>
|