Files
esp-idf-tools/test-scratch.sh
T
2024-11-13 02:17:01 -07:00

6 lines
88 B
Bash

alias get_idf 2>/dev/null
ret=$?
if [ $ret -eq 1 ]; then
echo "aliasnant not found"
fi