Replaced quotes by smart quotes

This commit is contained in:
Sun Knudsen 2021-04-04 07:27:10 -04:00
parent ac566f34e1
commit 51e41e3e0a
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -89,7 +89,7 @@ function kill-apps() {
printf "%s\n" "Usage: kill-apps string"
return 1
fi
printf "%s\n" "Finding apps that match \"$1\"…"
printf "%s\n" "Finding apps that match “$1”…"
sleep 1
processes=($(pgrep -afil "$1"))
if [ ${#processes[@]} -eq 0 ]; then