Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/run.sh
blob: 8322998c9154c9656e93c2c18ccbb1961a7a46c9 (plain)
1
2
3
4
5
#!/bin/sh
export PYTHONPATH=`pwd`/websdk:$PYTHONPATH
exec python studio/studio.py 5000 & 
sleep 2 
exec python -c "import webbrowser;webbrowser.open(\"http://localhost:5000\")"