Skip to content

Commit

Permalink
new runner for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Apr 13, 2015
1 parent 48b42fe commit 621089b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions applications/lisa_gui
@@ -0,0 +1,10 @@
#!/bin/bash
export PATH=$HOME/miniconda/bin:$HOME/anaconda/bin:$PATH
SCRIPT_PATH="${BASH_SOURCE[0]}";
cd `dirname ${SCRIPT_PATH}` > /dev/null
cd ..
#cd ../../../../

python lisa/update_stable.py
python lisa.py $@

0 comments on commit 621089b

Please sign in to comment.