Stay bellow 80 cols
[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.093626 seconds and 4 git commands to generate.