From f8da93c984e13ca0f97238ec8f182d524bbe25de Mon Sep 17 00:00:00 2001 From: Luni Date: Mon, 29 Jun 2020 18:35:31 -0500 Subject: [PATCH] Update launcher.sh --- scripts/launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/launcher.sh b/scripts/launcher.sh index 9c047de..0f47f29 100755 --- a/scripts/launcher.sh +++ b/scripts/launcher.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash if [ $# -ne 0 ];then - echo "I havn't any parameter just run script without argument" + echo "I have no parameters just run the script without arguments" exit 1 fi -notify-send "photoshop started" -i "photoshop" +notify-send "Photoshop CC started." -i "photoshop" # SCR_PATH="$HOME/.photoshopCCV19" # CACHE_PATH="$HOME/.cache/photoshopCCV19"