#!/bin/bash greeting=Pablo echo 'Hello $greeting' echo "Hello $greeting" echo "Hello $(whoami)"