mirror of
https://github.com/cross-the-world/scp-pipeline.git
synced 2025-09-10 11:39:52 +08:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
|
|
|
|
python3 /opt/tools/app.py
|
|
|
|
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"
|