X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=pandoc%2Finstall.sh;fp=pandoc%2Finstall.sh;h=18e9625ab18014817637a72ca65ff3b742f0bb84;hp=5141a0fc10b9c16921fdbb2faccca3dbd5a34746;hb=ca7a838c6fde6052124947ff442aa9e6056f5e28;hpb=704265583cff80363fec60c4088f5b91f6d98bd0 diff --git a/pandoc/install.sh b/pandoc/install.sh index 5141a0f..18e9625 100644 --- a/pandoc/install.sh +++ b/pandoc/install.sh @@ -1,4 +1,5 @@ -{ +#!/bin/bash +function __init_pandoc{ set -e set -u @@ -41,3 +42,5 @@ echo $(pandoc --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2) } } + +__init_pandoc