Skip to content

Commit cbce248

Browse files
committed
deploy: f0e8d44
1 parent f65c135 commit cbce248

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

user/print.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -7913,11 +7913,8 @@ <h2 id="examples-77"><a class="header" href="#examples-77">Examples</a></h2>
79137913
<p>Delay in seconds:</p>
79147914
<pre><code class="language-shell">sleep {{seconds}}
79157915
</code></pre>
7916-
<p>Delay in minutes:</p>
7917-
<pre><code class="language-shell">sleep {{minutes}}m
7918-
</code></pre>
7919-
<p>Delay in hours:</p>
7920-
<pre><code class="language-shell">sleep {{hours}}h
7916+
<p>Execute a specific command after 20 seconds delay:</p>
7917+
<pre><code class="language-shell">sleep 20 &amp;&amp; {{command}}
79217918
</code></pre>
79227919
<blockquote>
79237920
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/sleep.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,8 @@ <h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
203203
<p>Delay in seconds:</p>
204204
<pre><code class="language-shell">sleep {{seconds}}
205205
</code></pre>
206-
<p>Delay in minutes:</p>
207-
<pre><code class="language-shell">sleep {{minutes}}m
208-
</code></pre>
209-
<p>Delay in hours:</p>
210-
<pre><code class="language-shell">sleep {{hours}}h
206+
<p>Execute a specific command after 20 seconds delay:</p>
207+
<pre><code class="language-shell">sleep 20 &amp;&amp; {{command}}
211208
</code></pre>
212209
<blockquote>
213210
<p>The examples are provided by the <a href="https://tldr.sh">tldr-pages project</a> under the <a href="https://github.com/tldr-pages/tldr/blob/main/LICENSE.md">CC BY 4.0 License</a>.</p>

0 commit comments

Comments
 (0)