#!/bin/sh while read X Y do echo $((X*Y)) done