mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
Replaced quotes by smart quotes
This commit is contained in:
parent
ac566f34e1
commit
51e41e3e0a
@ -89,7 +89,7 @@ function kill-apps() {
|
|||||||
printf "%s\n" "Usage: kill-apps string"
|
printf "%s\n" "Usage: kill-apps string"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
printf "%s\n" "Finding apps that match \"$1\"…"
|
printf "%s\n" "Finding apps that match “$1”…"
|
||||||
sleep 1
|
sleep 1
|
||||||
processes=($(pgrep -afil "$1"))
|
processes=($(pgrep -afil "$1"))
|
||||||
if [ ${#processes[@]} -eq 0 ]; then
|
if [ ${#processes[@]} -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user