From d31fabf8cff5dae02e3fc759a4203bd374dddc99 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 30 Mar 2014 16:03:44 -0400 Subject: Initial commit --- boot/boot.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 boot/boot.sh (limited to 'boot/boot.sh') 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 -- cgit v1.3.1