get_stack solo trae el último archivo de la cola

las funciones hacen una sola cosa
This commit is contained in:
f 2022-03-03 15:09:52 -03:00
parent b8d45a0adf
commit 9fef227f5e

View file

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