#!/bin/bash PROD=$(expr $1 \* $2) echo "Producto $1*$2=$PROD"