4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/bash
|
||
|
chmod +x autoscaling.py
|
||
|
pip install -r requirements.txt
|
||
|
python autoscaling.py
|