#!/bin/sh
echo All the arguments are "$@".
countargs "$@"
echo All the arguments are "$*".
countargs "$*"
