#!/usr/bin/env bash
set -e
set -u

echo -n "$@" | wc -c | awk '{print $1}'
