talleres-bash/taller1/scripts/02.sh

4 lines
50 B
Bash
Executable File

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