Adding space before "!"

This commit is contained in:
Siina Mashek 2021-04-08 11:28:38 +03:00
parent ef54636036
commit 95a728eba5

View File

@ -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