FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
run_Survey_Processor.sh 304 B
Newer Older
L. Bower's avatar
L. Bower committed
#!/bin/bash
L. Bower's avatar
L. Bower committed
# get path of this script (to point to files within the same git repo)
proc_path="$(dirname "$(readlink -f "$0")")"

source "${proc_path}"/run_utils.sh
setup_virtual_env
L. Bower's avatar
L. Bower committed
python "${proc_path}"/../ews/coordinator/processor_surveys.py "$@"
teardown_virtual_env