From e1b50f7adc295b60d9a51851cd577a56dc1142aa Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Fri, 20 Jan 2023 21:31:21 +0100 Subject: [PATCH] silly commit to test AP --- c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.sh b/c.sh index 4c6f8ec..7006f10 100644 --- a/c.sh +++ b/c.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -[[ $# -eq 0 ]] && echo "no subcommand given" && exit 1 +[[ $# -eq 0 ]] && echo "no subcommand given, sorry :(" && exit 1 WORKDIR="$(dirname "$(realpath "$0")")/../repo" PWD=`pwd`