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