I have this srcript which counts the factorial of the given number
function factorial(){ echo "Enter number?" read num if [[ -z $num ]] then