Revision a87bffc8acdd81a495d9bec4c0e801b1ed35134c authored by Moritz Kassner on 11 December 2013, 11:21:58 UTC, committed by Moritz Kassner on 11 December 2013, 11:21:58 UTC
1 parent b2e5886
Raw File
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top