#!/usr/bin/env bash

both='this has a '\''single'\'' quote in it'

echo "$both"
