#! /bin/sh

if test -f $1; then 
	echo `$1`
else
	echo '*'
fi
