#!/usr/bin/env bash set -eo pipefail echo -n "$@" | wc -c | awk '{print $1}'