5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
BASEPATH=`dirname $0`
|
||
|
$BASEPATH/venv/bin/python $BASEPATH/smart_mpd.py
|