Ensure early exit upon pipeline failure
[khome.git] / home / bin / mpplay
CommitLineData
0159e3ae 1#! /bin/bash
f1924383
SK
2
3set -e
0159e3ae 4set -o pipefail
f1924383 5
f1924383
SK
6LINES=60
7
5fd6cb5c 8mpc listall | khomenu -l "$LINES" | mpc insert
f1924383 9mpc play
545305e2 10st -e ncmpc
This page took 0.023748 seconds and 4 git commands to generate.