https://github.com/samtuhka/pupil
Raw File
Tip revision: 2d9afb5b1eb4e72f6a1f692d73055225efceda20 authored by Moritz Kassner on 12 August 2015, 15:43:06 UTC
move code and add comment
Tip revision: 2d9afb5
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top