X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;ds=sidebyside;f=articles%2Fgify-back-to-bash-scripting.md;h=6737a632d062e12f5bcf6d585d32d82583429b92;hb=e0b87613921d1f1440c3507b23d8b2537bd1e267;hp=85a82b04853e0a07cb178d2b56d1f222fca5180e;hpb=47b603254a5f23a03984209df5a290442dcd1ff1;p=danix.xyz.git diff --git a/articles/gify-back-to-bash-scripting.md b/articles/gify-back-to-bash-scripting.md index 85a82b0..6737a63 100644 --- a/articles/gify-back-to-bash-scripting.md +++ b/articles/gify-back-to-bash-scripting.md @@ -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! -
#! /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
\ No newline at end of file +fi + +{{< /highlight >}} \ No newline at end of file