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

6 lines
74 B
Bash

alias get_idf
ret=$?
if [ $ret -eq 1 ]; then
echo aliasnant not found
fi