mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat(edit-demo): clean up directory
This commit is contained in:
@@ -51,11 +51,13 @@
|
||||
<div class="ck-content">
|
||||
<div class="content">
|
||||
<div class="ck-content">
|
||||
<div>
|
||||
<div>
|
||||
<p>Documentation: <a href="http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_02.html">http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_02.html</a>
|
||||
<div class="content">
|
||||
<div class="ck-content">
|
||||
<div>
|
||||
<div>
|
||||
<p>Documentation: <a href="http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_02.html">http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_02.html</a>
|
||||
|
||||
</p><pre><code class="language-text-plain">#!/bin/bash
|
||||
</p><pre><code class="language-text-plain">#!/bin/bash
|
||||
# This script opens 4 terminal windows.
|
||||
|
||||
i="0"
|
||||
@@ -66,6 +68,8 @@ do
|
||||
i=$[$i+1]
|
||||
done</code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user