7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
# Launcher script for Helios laser test application
|
|
|
|
source /opt/srasenv/bin/activate
|
|
cd /opt/scanengine-3
|
|
python3 helios_test_app.py
|