Report only matching functions
[khome.git] / home / bin / mpplay
index e31fbe3..1c254af 100755 (executable)
@@ -1,9 +1,10 @@
-#! /bin/sh
+#! /bin/bash
 
 set -e
+set -o pipefail
 
 LINES=60
 
 mpc listall | khomenu -l "$LINES" | mpc insert
 mpc play
-mpc next
+st -e ncmpc
This page took 0.032643 seconds and 4 git commands to generate.