commit f2c6761edb0df038dd764c715b8ccbc44ca9ba8a
parent 8d3d293846a68f3cc7c4ea7011ef14029c13249e
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Mon, 6 Feb 2017 19:39:11 -0800
start mpd with tmux session
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh
@@ -5,6 +5,8 @@ echo "starting $SESSION tmux session"
tmux has-session -t $SESSION
if [ $? != 0 ]
then
+ mpd ~/.mpd/mpd.conf
+
# Create new session, name it, name the window, detach
tmux new-session -s $SESSION -n misc -d