e31fbe300bb57951fd304f1530e1f2d80b202f2a
[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.056824 seconds and 3 git commands to generate.