sh compatibility in minor scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user