#!/bin/bash
echo "Arguments: '$@'"
echo "The total number of arguments are: $#"
