#!/bin/bash

set -e

printf "director_uuid: %s" $(bosh -t ${DIRECTOR_IP:-192.168.50.4} status --uuid)
