summaryrefslogtreecommitdiff
path: root/gettemp.sh
blob: 62838768d40c3f71bd5443e34ed54c2f3b3fa0b1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
source functions.sh

declare -a temp
temp=($(fgettemp))

echo "current: ${temp[0]}; target: ${temp[1]}"