From e95f96386e9be823bdb5781bb29982d84f20cdc7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Jun 2016 01:44:51 +1200 Subject: Pass options to media player --- plz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plz') diff --git a/plz b/plz index 9e6a0f4..4a28f15 100755 --- a/plz +++ b/plz @@ -78,7 +78,7 @@ case ${#matches[@]} in # One match; play the file 1) - exec "$player" -- "${matches[0]}" + exec "$player" "${opts[@]}" -- "${matches[0]}" ;; # More than one match; print the names -- cgit v1.2.3