4 lines
50 B
Bash
Executable File

#!/bin/bash
greeting=Pablo
echo "Hello $greeting"