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