Added start scripts for desktop launchers

This commit is contained in:
htt 2016-06-18 00:29:05 +02:00
parent 5025773aa1
commit fb4aebf3ec
3 changed files with 12 additions and 0 deletions

4
scripts/startcontroller.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/htt-video/python/controller/
python2 videocontroller.py localhost

3
scripts/startfeeder.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd /home/htt/htt-video/python/feeder/
python2 runfeeds.py

5
scripts/startmixer.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
export SNOWMIX=/usr/local/lib/Snowmix-0.5.1
cd ~/htt-video/
snowmix ini/base.ini