mirror of https://github.com/CIRCL/AIL-framework
6 lines
141 B
Bash
6 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
|