3 lines
88 B
Bash
3 lines
88 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo Starting Windmessanlage service....
|
||
|
|
python3 /var/lib/cloud9/WMA/main.py
|