diff --git a/autoscaling.sh b/autoscaling.sh new file mode 100644 index 0000000..b49fc47 --- /dev/null +++ b/autoscaling.sh @@ -0,0 +1,4 @@ +#!/bin/bash +chmod +x autoscaling.py +pip install -r requirements.txt +python autoscaling.py \ No newline at end of file