https://github.com/pupil-labs/pupil
Raw File
Tip revision: 7d5c927c53d0f0bd36e747de222b0c436b86fe5a authored by Moritz Kassner on 23 November 2015, 10:55:47 UTC
clean up stop and shutdown.
Tip revision: 7d5c927
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top