nodemecu/functions

11 lines
136 B
Text
Raw Normal View History

2022-02-23 14:42:32 +00:00
get_stack () {
if [[ ! -z $1 && $1 == "wc" ]];then
ls /opt/nodemecu/stack | wc -l
else
ls /opt/nodemecu/stack | tail -1
fi
}