content cleanup. Needs working.
[danix.xyz.git] / articles / gify-back-to-bash-scripting.md
index 85a82b0..6737a63 100644 (file)
@@ -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