#!/bin/bash if [[ -z "${PDK}" ]]; then PDK_VERSION=$(volare ls-remote --pdk $PDK | sed -n '1 p') volare enable --pdk $PDK $PDK_VERSION fi