6 lines
76 B
Bash
6 lines
76 B
Bash
alias get_idf
|
|
ret=$?
|
|
if [ $ret -eq 1 ]; then
|
|
echo "aliasnant not found"
|
|
fi
|