#!/bin/sh # # This script simply prints out it's command line arguments echo I got $# arguments, and here they are: echo $@