#!/usr/bin/env bash
# Echo skill: prints all arguments back to stdout.
echo "$@"
