Skip to content

Instantly share code, notes, and snippets.

@sylvainblot
Created October 22, 2016 09:40
Show Gist options
  • Save sylvainblot/c9113a684124649b15022e870ab39972 to your computer and use it in GitHub Desktop.
Save sylvainblot/c9113a684124649b15022e870ab39972 to your computer and use it in GitHub Desktop.
alexa-avs-sample-app auto start script
pulseaudio --kill
pulseaudio --start
cd samples/companionService
nohup npm start&
cd ../javaclient
killall Xvfb
nohup Xvfb :1 -screen 0 800x600x16&
export DISPLAY=:1
nohup mvn exec:exec&
cd ../wakeWordAgent/src
killall wakeWordAgent
./wakeWordAgent -e sensory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment