4 lines
76 B
Bash
4 lines
76 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo "Starting IOV Data Analysis Agent..."
|
||
|
|
python3 bootstrap.py
|