From 95a728eba5a1b4428ff5d9a310bfcb1763ef86b9 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 8 Apr 2021 11:28:38 +0300 Subject: [PATCH] Adding space before "!" --- common/boop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/boop.sh b/common/boop.sh index 6cfcd27..0d329f5 100755 --- a/common/boop.sh +++ b/common/boop.sh @@ -3,7 +3,7 @@ remote="https://boop.icu" sound="$HOME/Projects/local-bin/sounds/success.ogg" -if [ !-f "/usr/bin/xsel" ]; then +if [ ! -f "/usr/bin/xsel" ]; then echo "Please install xsel" exit fi