5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo Starting collecting...
|
|
python3 arielle.py >>results/arielle.log &
|