Split out thmed dmenu as khomenu
[khome.git] / home / bin / mpplay
1 #! /bin/sh
2
3 set -e
4
5 LINES=60
6
7 mpc listall | khomenu -l "$LINES" | mpc insert
8 mpc play
9 mpc next
This page took 0.06624 seconds and 5 git commands to generate.