#!/bin/sh
#
# Prints all arguments
#
echo "$@"
