From 0f5ab9d91d4bb270285374f8a320bcf6f43381dd Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 4 Oct 2018 14:00:58 -0400 Subject: sh compatibility in minor scripts --- .scripts/pauseallmpv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/pauseallmpv') 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 -- cgit v1.3.1