Skip to content

Commit

Permalink
deployed rendered docs (4294b42)
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Sep 9, 2024
1 parent bf92b27 commit c2854f2
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Linux/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/Linux/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Antwerpen/Linux/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>$ vi foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1309,7 +1309,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
2 changes: 1 addition & 1 deletion HPC/Antwerpen/Windows/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/Windows/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Antwerpen/Windows/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>$ vi foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1309,7 +1309,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
2 changes: 1 addition & 1 deletion HPC/Antwerpen/macOS/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Antwerpen/macOS/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Antwerpen/macOS/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>$ vi foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1309,7 +1309,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
Binary file modified HPC/Antwerpen/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion HPC/Gent/Linux/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/Linux/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Gent/Linux/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>nano foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1521,7 +1521,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
2 changes: 1 addition & 1 deletion HPC/Gent/Windows/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/Windows/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Gent/Windows/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>nano foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1521,7 +1521,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
2 changes: 1 addition & 1 deletion HPC/Gent/macOS/search/search_index.json

Large diffs are not rendered by default.

Binary file modified HPC/Gent/macOS/sitemap.xml.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions HPC/Gent/macOS/useful_linux_commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
<div class="highlight"><pre><span></span><code>nano foo
</code></pre></div>
<p>or use the following commands:</p>
<div class="highlight"><pre><span></span><code>echo &quot;echo Hello! This is my hostname:&quot; &gt; foo
<div class="highlight"><pre><span></span><code>echo &quot;echo &#39;Hello! This is my hostname:&#39;&quot; &gt; foo
echo hostname &gt;&gt; foo
</code></pre></div>
<p>The easiest ways to run a script is by starting the interpreter and pass
Expand All @@ -1521,7 +1521,9 @@ <h2 id="how-to-get-started-with-shell-scripts">How to get started with shell scr
/bin/bash
</code></pre></div>
<p>We edit our script and change it with this information:</p>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash echo \&quot;Hello! This is my hostname:\&quot; hostname</span>
<div class="highlight"><pre><span></span><code><span class="ch">#!/bin/bash</span>
<span class="nb">echo</span><span class="w"> </span><span class="s2">&quot;Hello! This is my hostname:&quot;</span>
hostname
</code></pre></div>
<p>Note that the "shebang" must be the first line of your script! Now the
operating system knows which program should be started to run the
Expand Down
Binary file modified HPC/Gent/sitemap.xml.gz
Binary file not shown.
Binary file modified linux-tutorial/sitemap.xml.gz
Binary file not shown.
Binary file modified pdf/sitemap.xml.gz
Binary file not shown.

0 comments on commit c2854f2

Please sign in to comment.