diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-08 23:27:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-08 23:27:10 +0200 |
commit | 6fab1d32298229d6871ce30a208fa513430b988b (patch) | |
tree | cc663d57e49eb629bbdcc52ac5369b4171a25141 | |
parent | gitignore update (diff) | |
download | joe-www-6fab1d32298229d6871ce30a208fa513430b988b.tar.gz joe-www-6fab1d32298229d6871ce30a208fa513430b988b.tar.bz2 joe-www-6fab1d32298229d6871ce30a208fa513430b988b.tar.xz joe-www-6fab1d32298229d6871ce30a208fa513430b988b.tar.zst joe-www-6fab1d32298229d6871ce30a208fa513430b988b.zip |
curl shit
-rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -78,6 +78,19 @@ <a href="https://joe-editor.sourceforge.io/">Joe's Own Editor</a>. I'm just another random Joe. </p> + <h2>curl</h2> + <p> + Average cool things you can do with <code>curl</code> from + the shell: + </p> + <ul> + <li><code>curl https://jozanofastora.xyz/shit</code></li> + <li><code>curl https://jozanofastora.xyz/caco</code></li> + <li> + <code>curl https://jozanofastora.xyz/bon_concert</code> + - better used on a GPU-powered terminal emulator + </li> + </ul> <h2>Visitors counter</h2> <p> Unique visitors: waiting for the next refresh |