https://github.com/samtuhka/pupil
Raw File
Tip revision: 8907dcb404825c9c081b535a902f73a78a5157b6 authored by Moritz Kassner on 19 January 2014, 11:09:53 UTC
small tweak
Tip revision: 8907dcb
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top