Revision c94742221524e20b4e70df94dabed7f44005552c authored by Samuel Tuhkanen on 19 October 2017, 10:40:56 UTC, committed by Samuel Tuhkanen on 19 October 2017, 10:40:56 UTC
1 parent d6efde4
Raw File
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python3 main.py
exit 0
back to top