summaryrefslogtreecommitdiffstats
path: root/.scripts/pauseallmpv
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-04 14:00:58 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-04 14:00:58 -0400
commit0f5ab9d91d4bb270285374f8a320bcf6f43381dd (patch)
tree41dd60a102e1078d3ab8d9ad2b50ac858401bfe0 /.scripts/pauseallmpv
parent8ad9b44841366cd637469a46de229e3a521a6862 (diff)
downloadeibhear-0f5ab9d91d4bb270285374f8a320bcf6f43381dd.tar.gz
eibhear-0f5ab9d91d4bb270285374f8a320bcf6f43381dd.tar.zst
eibhear-0f5ab9d91d4bb270285374f8a320bcf6f43381dd.zip
sh compatibility in minor scripts
Diffstat (limited to '.scripts/pauseallmpv')
-rwxr-xr-x.scripts/pauseallmpv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/pauseallmpv b/.scripts/pauseallmpv
index b24f448..08241b5 100755
--- a/.scripts/pauseallmpv
+++ b/.scripts/pauseallmpv
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Sends a , key to all mpv instances, pausing them at the last frame.
xdotool search --class mpv | xargs -I % xdotool key --window % comma