Disable motd/status even for interactive shell starts
[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.063658 seconds and 4 git commands to generate.