Revision e32191f67f619c6e338ac0fd8a2b8f9da109aa68 authored by Will Patera on 26 February 2014, 14:33:16 UTC, committed by Will Patera on 26 February 2014, 14:33:16 UTC
1 parent ba2f1a5
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