mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(demo): sync
This commit is contained in:
		| @@ -14,16 +14,24 @@ | ||||
|  | ||||
|       <div class="ck-content"> | ||||
|         <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-x-sh">#!/bin/bash | ||||
|  | ||||
| # This script opens 4 terminal windows. | ||||
|  | ||||
|  | ||||
|  | ||||
| i="0" | ||||
|  | ||||
| while [ $i -lt 4 ] | ||||
|  | ||||
| do | ||||
|  | ||||
|     xterm & | ||||
|  | ||||
|  | ||||
|  | ||||
|     i=$[$i+1] | ||||
|  | ||||
| done</code></pre> | ||||
|       </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user