#!/usr/bin/env bash source functions.sh declare -a temp temp=($(fgettemp)) echo "current: ${temp[0]}; target: ${temp[1]}"