https://github.com/samtuhka/pupil
Raw File
Tip revision: 34c86e0bd358eaf1937bdab3de46ae3d4f2e748b authored by Moritz Kassner on 29 October 2014, 17:16:26 UTC
added a few more comments
Tip revision: 34c86e0
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top