#!/usr/bin/env bash

both="this has a 'single' and \"double\" quotes in it"

echo "$both"
