Add US/Mountain to my list of zones
[khome.git] / home / bin / mpplay
1 #! /bin/bash
2
3 set -e
4 set -o pipefail
5
6 mpc listall | khomenu | mpc insert
7 mpc play
8 st -e ncmpc
This page took 0.061337 seconds and 4 git commands to generate.