Arreglos varios #6

Open
fauno wants to merge 21 commits from arreglos into master
Showing only changes of commit ee4dc72a0a - Show all commits

View file

@ -1,8 +1,8 @@
get_stack () {
if [[ ! -z $1 && $1 == "wc" ]];then
ls /opt/nodemecu/stack | wc -l
ls $install_dir/stack | wc -l
else
ls /opt/nodemecu/stack | tail -1
ls $install_dir/stack | tail -1
fi
}