diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-08 20:39:35 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-21 12:39:11 -0700 |
| commit | 84a92e5327997815488276021e5498f7681ab2d7 (patch) | |
| tree | 972b154650d9a4ae3bd0a77b1ace36d403457053 /client/start.sh | |
| parent | 1744368ac1889fe0767f04d55e8f928553c8db1c (diff) | |
| download | jasper-client-84a92e5327997815488276021e5498f7681ab2d7.tar.gz jasper-client-84a92e5327997815488276021e5498f7681ab2d7.zip | |
Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support
Diffstat (limited to 'client/start.sh')
| -rwxr-xr-x | client/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/start.sh b/client/start.sh index f3eea8b..cc33f9c 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,3 +1,3 @@ -cd /home/pi/jasper/client/ +cd $JASPER_HOME/jasper/client rm -rf ../old_client python main.py & |
