We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d2017 commit 93ea00bCopy full SHA for 93ea00b
main.zsh
@@ -23,7 +23,7 @@ music() {
23
fi
24
;;
25
-stop | -s)
26
- osascript ./appleScripts/volume.applescript "$2"
+ osascript ./appleScripts/pause.applescript "$2"
27
28
-play | -p)
29
osascript ./appleScripts/play.applescript "$2"
0 commit comments