Write a script echo that prints the arguments that were passed to it.
echo
$ echo 5 5 $ echo "ok" ok $ echo arg1 arg2 arg1 arg2