]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - xdg-ninja.sh
xdg-ninja: remove unused variables
[xdg-ninja.git] / xdg-ninja.sh
index 820c8e95e548c80eaaec36f48242e90f0b84e968..4a53226e6ec1439ff02044f4ba2fa74050ab6658 100755 (executable)
@@ -4,6 +4,8 @@ USE_GLOW=true
 if ! command -v glow &> /dev/null
 then
     echo "Glow not found, markdown rendering not available."
+    echo "Output will be raw markdown and might look weird."
+    echo "Install glow for easier reading & copy-paste."
     USE_GLOW=false
 fi
 
@@ -48,12 +50,6 @@ then
     exit
 fi
 
-ERR=0
-WARN=1
-INFO=2
-SUCS=3
-HELP=4
-
 # Function to expand enviornment variables in string
 # https://stackoverflow.com/a/20316582/11110290
 apply_shell_expansion() {