diff options
author | Aki <please@ignore.pl> | 2021-08-14 20:03:58 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-08-14 20:03:58 +0200 |
commit | 330f5572cee1a50658b6944dc43a304c7b4aa07c (patch) | |
tree | 699ea31757d1d8a97bfdc7e69e01257f17ff4dae /index.html | |
parent | b4bb22f06c128fcd925bf9014a03ca19da0e10ff (diff) | |
download | ignore.pl-330f5572cee1a50658b6944dc43a304c7b4aa07c.zip ignore.pl-330f5572cee1a50658b6944dc43a304c7b4aa07c.tar.gz ignore.pl-330f5572cee1a50658b6944dc43a304c7b4aa07c.tar.bz2 |
Published compress in POSIX guide
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,7 @@ completely discard the concept of a keyboard. <li><a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a> <li><a href="how_to_archive_with_posix_ar.html">How to Archive With POSIX ar</a> <li><a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How to Archive With POSIX tar, cpio and pax</a> + <li><a href="how_to_compress_files_in_posix.html">How to Compress Files in POSIX</a> <li><a href="how_to_create_templates_with_shell_cat_and_envsubst.html">How to Create Templates With Shell, cat and envsubst</a> <li><a href="how_to_flash_lolin_nodemcu_v3.html">How to Flash LOLin NodeMCU v3</a> <li><a href="how_to_organize_your_lua_project.html">How to Organize Your Lua Project</a> @@ -66,6 +67,8 @@ completely discard the concept of a keyboard. <section id="news"> <h2>Short Updates</h2> <p><strong><time>2021-08-14</time></strong> +Published <a href="how_to_compress_files_in_posix.html">How to Compress Files in POSIX</a>. +<p><strong><time>2021-08-14</time></strong> Minor updates to tutorials including a new paragraph in <a href="how_to_organize_your_lua_project.html">Lua Project</a>. <p><strong><time>2021-08-11</time></strong> Minor updates to <a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How to Archive With POSIX tar, cpio and pax</a>. |