#!/bin/bash

source $(dirname $0)/lolita.sh
last_ssh_port="$(get_free_port 'SSH')"
echo "Port $last_ssh_port"

  
