diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
| commit | c4d6f4c027bb7e81093ec7c588f027de568e6bb6 (patch) | |
| tree | 92b550aa1c66b52661d01f92122715aa09fc706c /.local/bin/pauseallmpv | |
| parent | 87b0754319a00648cd20b7f013cc821868f6d25e (diff) | |
| parent | 0df700f504cedeac1ae354c650ea80b32ab7668c (diff) | |
| download | eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.gz eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.zst eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.zip | |
Merge branch 'chambln-refactor'
Diffstat (limited to '.local/bin/pauseallmpv')
| -rwxr-xr-x | .local/bin/pauseallmpv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/pauseallmpv b/.local/bin/pauseallmpv index 15b9f59..d69a414 100755 --- a/.local/bin/pauseallmpv +++ b/.local/bin/pauseallmpv @@ -6,5 +6,5 @@ # (with other things) by default and is used in some other places. for i in $(ls /tmp/mpvSockets/*); do - echo '{ "command": ["set_property", "pause", true] }' | socat - $i; + echo '{ "command": ["set_property", "pause", true] }' | socat - "$i"; done |
