mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/bash
|
|
|
|
cd /opt/AIL-framework/bin
|
|
source /opt/AIL-framework/AILENV/bin/activate
|
|
/usr/bin/python /opt/AIL-framework/bin/launch_queues.py
|