diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-30 16:03:44 -0400 |
| commit | d31fabf8cff5dae02e3fc759a4203bd374dddc99 (patch) | |
| tree | 888ec4e6d98154f862a3b9cd17a3394b657bc02e /boot/boot.sh | |
| parent | 4182b5e096e081158dddd4ad5d031af94fcc63de (diff) | |
| download | jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.tar.gz jasper-client-d31fabf8cff5dae02e3fc759a4203bd374dddc99.zip | |
Initial commit
Diffstat (limited to 'boot/boot.sh')
| -rwxr-xr-x | boot/boot.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/boot.sh b/boot/boot.sh new file mode 100755 index 0000000..5ea1b3d --- /dev/null +++ b/boot/boot.sh @@ -0,0 +1,6 @@ +cd /home/pi/jasper/boot/ +LD_LIBRARY_PATH="/usr/local/lib" +export LD_LIBRARY_PATH +PATH=$PATH:/usr/local/lib/ +export PATH +python boot.py &
\ No newline at end of file |
