#!/bin/sh

awk "BEGIN{ print $(echo "$@" | sed "s/x/*/g"); }"
