mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-30 16:10:19 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
15 lines
200 B
HTML
15 lines
200 B
HTML
<blockquote>
|
|
<p>Example:</p>
|
|
|
|
<pre><code>sub status {
|
|
print "working";
|
|
}
|
|
</code></pre>
|
|
|
|
<p>Or:</p>
|
|
|
|
<pre><code>sub status {
|
|
return "working";
|
|
}
|
|
</code></pre>
|
|
</blockquote>
|