Arreglos varios #6

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

View file

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