#!/bin/bash echo "This is Standard Output (stdout) and my parameters are \"$@\"" echo "This is Standard Error (stderr) and my parameters are \"$@\"" >&2