direct ax output from stderr to stdin

This commit is contained in:
Matt McWilliams 2021-12-08 18:48:25 -05:00
parent 015e2fe226
commit 950e3df594
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ axdraw () {
echo "PEN:${PEN}"
fi
echo "START:$(date '+%s')"
ax "${1}"
ax "${1}" 2>&1
echo "END:$(date '+%s')"
}