From 65e5f5eb1082339a0785a8b3fe263874c77b2062 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 May 2025 11:42:51 +0200 Subject: [PATCH] test --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index f9e5f2e..3fb9042 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash + +# ─< Check if the given command exists silently >───────────────────────────────────────── +command_exists() { + command -v "$@" >/dev/null 2>&1 +} + getImports() { local url="$1" local import="$(mktemp)"