#!/bin/bash chmod +x create_code_server.py python3 -m venv code_venv source ./code_venv/bin/activate pip install -q hcloud echo "############################" echo "Let's clean everything from last run..." python create_code_server.py --clean echo "--------------------------------------------------------------------------" echo " Success! I guess..." echo "############################" echo "Let's spawn some new machines!" python create_code_server.py $1 --create current_ip=$(