Update launcher.sh

This commit is contained in:
Luni 2020-06-29 18:35:31 -05:00
parent 0e2cbedd32
commit f8da93c984
1 changed files with 2 additions and 2 deletions

View File

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