Blame view

GEMINI_run_client.sh 150 Bytes
f098fd90   Etienne Pallier   bugfix client et ...
1
2
3
4
5
# add arg "local" to run with simulator ($1)

cd src/device_controller/concrete_component/gemini/
./client_telescope_gemini_controller_run.py $1
cd -