updated article
[danix.xyz.git] / articles / gify-back-to-bash-scripting.md
index 2cc22dc..6737a63 100644 (file)
@@ -3,7 +3,7 @@ title: gify.sh – back to bash scripting
 author: Danilo M.
 type: post
 date: 2016-01-25T12:41:06+00:00
-featured_image: /wp-content/uploads/2016/01/G0092546.jpg
+featured_image: /uploads/2016/01/G0092546.jpg
 categories:
   - code
   - diy
@@ -52,7 +52,7 @@ I made this script mostly for fun and personal use, so it’s absolutely not
 I’ll leave you with a copy of the script here in case you want to have a look at it before downloading.  
 Enjoy!
 
-<pre class="wp-block-code language-bash"><code>#! /bin/bash
+{{< highlight bash "linenos=true" >}}#! /bin/bash
 
 # Author:       Danilo 'danix' Macri
 # Author URI:   https://danix.xyz
@@ -240,4 +240,6 @@ else
         esac
         shift
     done
-fi</code></pre>
\ No newline at end of file
+fi
+
+{{< /highlight >}}
\ No newline at end of file