sh compatibility in minor scripts

This commit is contained in:
Luke Smith
2018-10-04 14:00:58 -04:00
parent 8ad9b44841
commit 0f5ab9d91d
5 changed files with 15 additions and 17 deletions

View File

@@ -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