mirror of
https://github.com/mistergibson/radio.git
synced 2026-09-08 22:09:51 -07:00
more tweaks
This commit is contained in:
parent
52f4c12cda
commit
3feb6fe5b1
2 changed files with 6 additions and 0 deletions
4
station_runner.py
Normal file
4
station_runner.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import os, subprocess, sys
|
||||
install_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
os.chdir(install_dir)
|
||||
sys.exit(subprocess.call(["liquidsoap", os.path.join(install_dir, "station.liq")]))
|
||||
Loading…
Reference in a new issue