#!/usr/bin/env bash

example=`echo "your name is \`whoami\`"`
echo "$example"
